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
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is polymorphism explain?
Why is there no multiple inheritance?
Why it is called runtime polymorphism?
What are the three parts of a simple empty class?
What are classes oop?
What is encapsulation with example?
#include
What is the use of oops?
What is encapsulation oop?
Can we create object of abstract class?
What is variable example?
What is the important feature of inheritance?
What does and I oop mean?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)