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


Please Help Members By Posting Answers For Below Questions

How does the copy constructor differ from the assignment operator (=)?

615


Which format specifier is used for printing a pointer value?

569


Can we run c program in turbo c++?

578


What are static variables?

613


Is C++ case sensitive a) False b) Depends on implementation c) True

610






What is doubly linked list in c++?

626


Write about all the implicit member functions of a class?

592


How are Structure passing and returning implemented by the compiler?

593


How do I get good at c++ programming?

592


What is the meaning of string in c++?

568


What are the differences between the function prototype and the function defi-nition?

609


What is the best c++ compiler for windows 10?

576


Explain selection sorting. Also write an example.

577


When to use “const” reference arguments in a function?

575


Write a program to find the reverse Fibonacci series starting from N.

600