Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Polymorphism and Dynamic Binding

Polymorphism is the ability to take on many different forms. It applies to both objects and operations. A polymorphic object is one who true type hides within a super or parent class.

In polymorphic operation, the operation may be carried out differently by different classes of objects. It allows us to manipulate objects of different classes by knowing only their common properties.

Permanent link Polymorphism and Dynamic Binding - Creation date 2023-02-22


< Polymorphism Glossary / Object Oriented Analysis and Design Postcondition >