Answer Posted / srinath varma
The concept of assigning a single name have to more than one function which performs closely related jobs is said to be polymorphism.
Here poly means "many" and morphism means "forms".
The concept of polymorphism consists of two categories
1.Function over loading
2.Operator over loading.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How Do you Code Composition and Aggregation in C++ ?
What is inheritance in simple words?
What is oops with example?
What is object and class in oops?
What is class and object in oops?
How to call a non virtual function in the derived class by using base class pointer
Why it is called runtime polymorphism?
What is polymorphism programming?
What is encapsulation c#?
What is difference between oop and pop?
What is polymorphism and its types?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What causes polymorphism?
What is overriding in oops?
What is polymorphism what are the different types of polymorphism?