1
Classes and Instances
A class is a data structure template. A specific application of the template is termed an instance. All instances of a class have the same slots. SKILL++ Object System provides the following functions:
-
defclassto create a class -
makeInstanceto create an instance of a class -
initializeInstanceto initialize a newly created instance
This topic provides a list of functions for classes and instances.
Related Topics
Dependency Maintenance Protocol Functions
Return to top