Searching map area
Metaclass
? TBD
A metaclass describes commen behaviour for classes, like a class does for objects
Ratings
0
Nobody has rated this yet. Be the first!
Lists
0

In object-oriented programming, a metaclass is a class whose instances are classes themselves. Unlike ordinary classes, which define the behaviors of objects, metaclasses specify the behaviors of classes and their instances. Not all object-oriented programming languages support the concept of metaclasses. For those that do, the extent of control...