What are the different forms of polymorphism??
Answer Posted / ramesh
1.Compile time polymorphism
Exhibited by: Function overloading
Operator overloading
2.Run time polymorphism
Exhibited by: Function overriding
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is polymorphism needed?
What is overloading in oop?
What is for loop and its syntax?
What is overriding in oop?
What is the real life example of polymorphism?
Why do we use class in oops?
Why interface is used?
What does and I oop mean?
What are the 5 oop principles?
class type to basic type conversion
What is abstract class in oop?
What is abstraction encapsulation?
What is multilevel inheritance in oop?
Why do we use polymorphism?
Why multiple inheritance is not possible?