Advertisement

classes

Started by July 24, 2003 12:33 AM
0 comments, last by skillfreak 21 years, 3 months ago
I would like to hear everyones take on implementing a simple class design to allow for inheritence of a single class. Aka. unrealscript''s design and structure of their classes in code how is this represented ? "" class A extends B; that is basicly the extent of the design thanks- andy
The simplest way would probably be to make the structure that describes a class include a reference to the structure that describes the parent class.

This topic is closed to new replies.

Advertisement