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
What is debug class?what is trace class? What differences are between them? With examples.
Why do we use inheritance?
what are the ways in which a constructors can be called?
What are properties in oop?
How to call a non virtual function in the derived class by using base class pointer
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 is oops with example?
Can we define a class within the interface?
What is destructor in oop?
What is abstraction in oops with example?
Why is oop useful?
Why it is called runtime polymorphism?
What is overriding in oop?
What is pointer in oop?
What is class encapsulation?