Programming with Objects and Classes

From Lazarus wiki
Revision as of 00:49, 2 March 2009 by Roward (talk | contribs) (Initial stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

FPC includes several language provisions to code in an object oriented manner.

  • Objects (chapter 5)
  • Classes (chapter 6)
  • Interfaces (chapter 7)
  • Generics (chapter 8)

These features are described in the indicated chapters of the FPC Language Reference Guide: http://www.freepascal.org/docs.var Here you will find syntax diagrams and further information not contained in this introductory guide. We will start out with Objects and Classes since they form the basis of object oriented programming (oop) in FPC and for Lazarus.


more to follow