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
Who calls main function?
Explain the volatile and mutable keywords.
How do you save a c++ program?
What is iterator c++?
What do the header files usually contains?
What is a template in c++?
why and when we can declar member fuction as a private in the class?
How can a called function determine the number of arguments that have been passed to it?
Does c++ vector allocate memory?
What is the best way to declare and define global variables?
What are all predefined data types in c++?
Explain the use of vtable.
Is it possible for the objects to read and write themselves?
Can you declare an array without a size in c++?
How do I make turbo c++ full screen?