Palladion Software
user icon Guest

The ABC's of Domain Modeling in Delphi: Examples

Created by zope. Last modified 2004-07-15 05:26:35.

Example Applications


Fishtank Demos

RAD Version
This "prototype" demonstrates the basic functionality of the application, dragging animated "fish" into a "fishtank". Note that all fish "swim" using the same code.
"Cloning" ABC Version
In this version, four different species of fish are represented as prototype instances on a "FishBar", from which they are cloned upon dropping into the fishtank. Each "species" has its own "swim" method.
"Factory" ABC Version
This version uses a "fish factory", in which each species registers itself by name.


Or download all the demo source files as a single ZIP file (~46Kb).


TOCPrevious


Copyright 1997, Palladion Software.

Please report any problems with this page to Tres Seaver, tseaver@neosoft.com.