Object Oriented Software Engineering View all facts Glossary Help |
| subject > programming language construct > class > superclass |
| superclass comparison table | ||||
| Subject | is a synonym of | is a kind of | is a subtopic of | has definition |
|---|---|---|---|---|
| class | programming language construct | 9.2 - Principles Leading to Good Design | A software module that provides both procedural and data abstraction. It describes a set of similar objects, called its instances | |
| superclass | base class | class | 2.5 - Organizing Classes Into Inheritance Hierarchies | A class of which another class is an extension, and hence defines properties that are inherited by the other class |