Introduction to OOP
Chapter 4: Classes and Methods:
next
previous
audio
real
text
Pascal Dialects
We will consider two dialects of Pascal, both descended from the earlier language.
Apple Object Pascal: Defined by Apple Computer, once widely used on the Macintosh, now much less commonly used.
Delphi Pascal: Defined by Borland on the PC, still fairly widely used on that plaform. (Called Kylix on the Linux platform).
Many similaries due to the common heritage, but some important differences.
(We consider only the language aspects of Delphi, there are many other features related to its visual interface that we will not describe).
Intro OOP,
Chapter 4
, Slide 12