Method Abstract():classObject() Foundation
Retrieves the class object of a class.
:classObject() --> oClassObject
The method returns the class object of a class.
The class object exists only once per class. It is usually obtained by calling the class function and creates instance objects with its :new()method. Two instances belong to the same class, when :classObject()returns the same object for both.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.