Learning Object Oriented Programming with Delphi
by Zarko Gajic
Publisher: About.com 1998
Description:
From the table of contents: introduction to OO basics, introduction to class inheritance, programmer defined classes and objects, accessing an object and its data, the sender parameter and substitution, introducing type inheritance, using and abusing inheritance, indirection, association and composition, two patterns using composition, some patterns for varying behavior, bidirectional links, callbacks and linking classes, factory patterns.
Download or read it online for free here:
Read online
(online html)
Similar books

by Motaz Abdel Azeem
This book is written for programmers who want to learn Object Pascal Language. It is also suitable as a first programming book for new students and non-programmers. It illustrates general programming techniques in addition to Object Pascal Language.
(14501 views)

by Bill Catambay - Academic Press
A review of the Pascal programming language. It addresses the origin of the language, architecture, and language standards. The author confronts the major criticisms of the language, explaining the inaccuracy of the many myths about Pascal.
(20372 views)

by Marco Cantu
A friendly introductory guide to Borland Delphi: a form is a window, highlights of the Delphi environment, the object repository and the Delphi wizards, a tour of the basic components, creating and handling menus, multimedia fun, and more.
(19479 views)

by Michael Van Canneyt - freepascal.org
This document serves as the reference for the Pascal language as implemented by the Free Pascal compiler. It describes all Pascal constructs supported by Free Pascal, and lists all supported data types. It is not a tutorial, however.
(18976 views)