Answer Posted / prabhati
polymorphism allows the usage of same operators or functions
in different ways. eg: 7+3 is used for addition
"poly"+"morphism" is used for
concatenating these two words
types of polymorphism:
virtual functions
operator overloading
function overloading
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Whats oop mean?
What is encapsulation with real life example?
What is encapsulation process?
What is object in oop with example?
Why do we use class?
What is a class oop?
What are the 4 main oop principles?
to find out the minimum of two integer number of two different classes using friend function
Can we override main method?
Is html an oop?
Which type does string inherit from?
Why multiple inheritance is not allowed?
what are the different types of qualifier in java?
What is inheritance write a program to show use of inheritance?
What is class and example?