Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Interface Inheritance

The guarantee that any message understood by the superclass will also be understood by a subclass. The subclass may respond to additional messages the superclass does not understand, and the subclass may very well do something different in response to the message, but it will understand the message.

Permanent link Interface Inheritance - Creation date 2023-02-22


< Interface Design Standards Glossary / Object Oriented Analysis and Design Internal Output >