what is polymorphisom ?
arnav98:
It is in Computer??
Answers
Answered by
2
Generally, the ABILITY to appear in many forms. In object-oriented programming, polymorphism refers to a programming language's ABILITY to process objects differently depending on their data type or class. More specifically, it is the ABILITY to redefine methods for derived classes.
Answered by
1
Polymorphism is an object-oriented programming concept that refers to the ability of a variable, function or object to take on multiple forms. A language that features polymorphism allows developers to program in the general rather than program in the specific.
Similar questions