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 is oops concept with example?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is class encapsulation?
What is multilevel inheritance explain with example?
How do you define social class?
What is constructor in oop?
What is inheritance and how many types of inheritance?
Why do we need polymorphism in c#?
can inline function declare in private part of class?
Give two or more real cenario of virtual function and vertual object
write a C++ program for booking using constructor and destructor.
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is polymorphism what are the different types of polymorphism?
What is advantage of inheritance?
Can static class have constructor?