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 size is allocated to the union variable?
Explain virtual destructor?
What is constructor c++?
What is constant in c++ with example?
Why do we use double in c++?
What is a constructor and how is it called?
List the special characteristics of constructor.
What is rvalue?
What are friend classes? What are advantages of using friend classes?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What is an adaptor class or wrapper class in c++?
What would happen on forgetting [], while deallocating an array through new?
Explain what is polymorphism in c++?
What is the difference between containment and delegation?
Explain the term memory alignment?