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 are c++ manipulators?
What is the use of main function in c++?
What is a pointer with example?
What is the use of vtable?
What is data type in c++?
Why main function is special in c++?
Which operator cannot overload?
What is the copy-and-swap idiom?
What is encapsulation in c++ with example?
Can we sort map in c++?
What is a memory leak c++?
Name the implicit member functions of a class.
what you know about c++?
How do you sort a sort function in c++ to sort in descending order?
What are c++ redistributables?