Term of the Moment

iPad Pro


Look Up Another Term


Definition: superclass


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