int32 DefineClass( COBClass *Class, COBClass *SuperClass,int32 DataSize )
This function is part of the Juggler object-oriented toolbox that supports the various classes of Juggler objects. This function defines a new class of objects with the given size. All methods for this class are inherited from the specified SuperClass. New methods are added to the class by setting function pointers in the Class structure.
See the chapter "Playing Juggler Objects" in the Portfolio Programmer's Guide for more information about object-oriented programming and the data structures necessary for this function.
CreateObject
(), DestroyObject(), ValidateObject()