What are different types of polymorphism supported by C++
Answer Posted / minakshi
runtime polymorphism
1.function overloading
2,operator overloading
compile time
1.virtual function
| Is This Answer Correct ? | 7 Yes | 18 No |
Post New Answer View All Answers
What are the differences between the function prototype and the function defi-nition?
How does com provide language transparency?
Explain the difference between c & c++?
how to explain our contribution in the project?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Can circle be called an ellipse?
Differentiate between a pointer and a reference with respect to c++.
Differentiate between the message and method in c++?
What is an accessor in c++?
What is the use of 'this' pointer?
Write about the members that a derived class can add?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Explain the operation of overloading of an assignment operator.
Why do you use the namespace feature?
Write about the local class and mention its use?