Glossaria.net

Glossary Visual Basic / Term

polymorphism

polymorphism

In an object-oriented programming language, the ability to redefine a routine in a derived class (a class that inherited its data structures and routines from another class). Polymorphism allows the programmer to define a base class that includes routines that perform standard operations on groups of related objects, without regard to the exact type of each object. The programmer can redefine the routines, taking into account the type of the object, in the derived classes for each of the types.

Permanent link polymorphism - Creation date 2020-06-07


< Pointer Glossary / Visual Basic pop-up menu >