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
Describe the process of creation and destruction of a derived class object?
Which should be more useful: the protected and public virtuals?
What is the limitation of cin while taking input for character array?
Explain about vectors in c ++?
Is there a sort function in c++?
Can we specify variable field width in a scanf() format string? If possible how?
What will the line of code below print out and why?
Difference between Abstraction and encapsulation in C++?
Which operator cannot be overloaded c++?
what is c++
What is object in c++ example?
What is buffer and example?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Which one is a preferred language C or C++? Why?