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
Difference between class and structure.
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Eplain extern keyword?
What is vector processing?
What is the difference between global variables and local variable
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is constructor c++?
What is switch case in c++ syntax?
Explain what happens when a pointer is deleted twice?
What is a tree in c++?
What is Destructor in C++?
What is oop in c++?
What is void pointer in c++ with example?
How do you define a class in c++?
Tell me what are static member functions?