What are the different forms of polymorphism??
Answer Posted / amit
1.Compile time polymorphism
Exhibited by: Function overloading
Operator overloading
2.Run time polymorphism
Exhibited by: Function overriding
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What polymorphism means?
What is destructor in oop?
What is the difference between static polymorphism and dynamic polymorphism?
Why is static class not inherited?
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?
How oops is better than procedural?
What is overloading in oops?
What is encapsulation c#?
What is the types of inheritance?
any one please tell me the purpose of operator overloading
What is abstraction in oops with example?
What is destructor example?
What is this pointer in oop?
Can abstract class have normal methods?
Why is encapsulation used?