What are different types of polymorphism supported by C++
Answer Posted / ammu
polymorphism occurs in 2 levels one at compile time and
another at run time
compile time polymorphism includes function overloading and
operator overloading
run time polymorphism includes virtual function
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What language is a dll written in?
What is the benefit of c++?
What is buffer and example?
Const char *p , char const *p What is the difference between the above two?
What is stl containers in c++?
What is doubly linked list in c++?
What is a unnitialised pointer?
What are the five basic elements of a c++ program?
What are static variables?
What is the difference between the parameter to a template and the parameter to a function?
How would you differentiate between a pre and post increment operators while overloading?
Which programming language is best?
Write about the access privileges in c++ and also mention about its default access level?
Can java be faster than c++?
What is constructor and destructor in c++?