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

Object

From Director Online Wiki

An object is a self-contained entity within a software program that contains both code and data. Thus, instead of having data separately from the code to operate on that data, you can have an object and, in essence "tell it what to do". When you call the methods of on object, the object will perform some task, operating on its own member properties?.

Object concepts are the very basis of Object Oriented Programming (OOP).


An object consists of two elements:

Common conventions and techniques used in programming with objects include:

Objects in Lingo reside entirely in memory. They are generally created during the running of the application, and destroyed permanently when the application is closed. Of course, there are exceptions to this concept.

An excellent resource for object oriented programming in Lingo can be found at [[1] (http://www.furrypants.com/loope/)]

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

This page has been accessed 1210 times. This page was last modified 19:45, 9 Apr 2005.