GeekArticles
Programming
DelphiThe Adapter Pattern - Delphi OOP Chapter 22
Author: delphi.about.com |
Published: 3rd Apr 2008 |
Visited: 176 times |
Add CommentFiled in: DelphiOOP Course ::
If a single class delegates operations to more than one existing class, an effect similar to multiple inheritance is possible while avoiding some of the complications.
Delegation...
Read Article Sponsored Links
Related Articles
• (* Commenting Delphi Code *) in Beginner Delphi :: Learn the art of helping yourself, when it comes to code maintenance. The purpose of adding comments to Delphi code is to provide more program readabilit ...
• Top 10 Delphi Web Development Tools in Delphi Top Picks :: With the release of .NET Microsoft forced developers to think more of Web development as the number one job description in the future. Let's se ...