August 2020
Intermediate to advanced
118 pages
1h 38m
English
Delphi supports full object-oriented programming (OOP). In OOP, the most fundamental entity is an object. An object is characterized by its state (implemented by data) and what sort of capabilities it has (functionality). For example, a computer can be described as an object in a particular state (e.g., available memory, screen resolution, computational power, etc.) being able to provide several functions (e.g., connect to the Internet, edit a text file, convert an image, etc.). In the rest of the chapter, we look at the fundamentals of OOP in Delphi.
Read now
Unlock full access