Articles Archive
Director Forums
Director Wiki
Job Board
Search
 
 Director Online WikiMain Page | About | Help | FAQ | Special pages | Log in | Printable version | Disclaimers

Instance

From Director Online Wiki

An Object Oriented Programming term. An object has two forms: a class and an instance. The class is the template for each object. The instance is the object itself, which is created at runtime.

Each instance has a separate block of memory allocated for its properties, but all instances share the same code.

Retrieved from "http://www.director-online.com/dougwiki/index.php/Instance"

This page has been accessed 1058 times. This page was last modified 23:08, 9 Apr 2005.