0%

ALL meanings of object-oriented polymorphism

O o
  • noun Technical meaning of object-oriented polymorphism (programming)   The kind of polymorphism found in object-oriented programming languages where a variable can refer to an object whose class is not known exactly until run time. A method can use a variable of a given class - call other methods on it, pass it as an argument, etc. - without needing to know to which subclass it refers, as long as its actual class is compatible with those uses. 1
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?