| It has been suggested that this article or section be merged into Superclass (computer science). (Discuss) |
In database design and database theory, class organization is stratified into class hierarchies which use inheritance. Class hierarchies consist of superclasses and subclasses, in which each subclass has a one-to-many is-a relationship with its superclass. This is similar to the concept of specialization and generalization that can be expressed in an EE-R diagram or model.
Subclasses inherit the data members and methods of their superclasses, and they may have additional data members and methods of their own.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)


