Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > class > superclass
Next classutility    Upclass    Previous classsubclass   

superclass comparison table
Subject is a synonym of is a kind of is a subtopic of has definition
class programming language construct9.2 - Principles Leading to Good DesignA software module that provides both procedural and data abstraction. It describes a set of similar objects, called its instances
superclassbase classclass2.5 - Organizing Classes Into Inheritance HierarchiesA class of which another class is an extension, and hence defines properties that are inherited by the other class

Next classutility    Upclass    Previous classsubclass