Wednesday, 23 January 2019

Define polymorphism

Define polymorphism?

Answer:


Polymorphism means one name, multiple forms. It allows us to have more than one function with the same name in a program.It allows us to have overloading of operators so that an operation can exhibit different behaviours in different instances.

No comments:

Post a Comment