4
Subclasses and Superclasses
SKILL++ Object System supports both single and multiple inheritance. In single inheritance, one class B can inherit structure slots and methods from another class A. You can describe the relationship between the class A and class B as follows:
In multiple inheritance, class B can inherit structure slots and methods from multiple classes. For example, class A and class C. In this case, the relationship between class A, B, and C is as follows:
This topic provides a list of subclasses and superclasses functions.
Related Topics
Dependency Maintenance Protocol Functions
Return to top