[Lazarus] OOP basics - 2

Michael Van Canneyt michael at freepascal.org
Wed Apr 14 20:51:01 CEST 2010



On Wed, 14 Apr 2010, Juha Manninen wrote:

> Hi
>
> Circular references are a real problem in real (non-trivial) Object Pascal
> programs. You could look at this thread:
>
> http://www.mail-archive.com/fpc-devel@lists.freepascal.org/msg16051.html
>
> The solution is to copy everything into one big unit. That's what everybody
> finally does after fighting with interfaces, abstract base classes and type
> casting.

It is all a matter of design.
In more than 20 years of pascal programming, I never encountered this problem.

Michael.




More information about the Lazarus mailing list