Term of the Moment

hex chart


Look Up Another Term


Redirected from: concrete superclass

Definition: superclass


In object technology, a high-level class that passes attributes and methods (data and processing) down the hierarchy to subclasses, the classes below it. Abstract superclasses are used as master structures and no objects are created for it. Concrete superclasses are used to create objects.