metaclass

metaclass

Term used to describe the conjunction of an object and its class information; that is, the information pertaining to the class as a whole, rather than to a single instance of the class. Each class is itself an object, which is an instance of the metaclass.


[Back: message class]
[Next: method]