virtual method
A method whose behavior can be overridden within an inheriting class by a method with the same signature.
Noun
- A method whose behavior can be overridden within an inheriting class by a method with the same signature.
Synonyms: virtual function
Hyponyms: pure virtual function
Coordinate Terms: virtual class