Computer Science, asked by jrbabu1405, 1 year ago

what is polymorphisom ?


arnav98: It is in Computer??

Answers

Answered by ryadav
2
Generally, the ABILITY to appear in many forms. In object-oriented programmingpolymorphism refers to a programming language's ABILITY to process objects differently depending on their data type or classMore specifically, it is the ABILITY to redefine methods for derived classes. 
Answered by arnav98
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