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
What is the sequence of destruction of local objects?
What is a constructor and how is it called?
Which programming language is best to learn first?
What is pointer -to-members in C++? Give their syntax?
What is object file? How can you access object file?
What is the need of a destructor?
What is pair in c++?
What are single and multiple inheritances in c++?
What are the main features of c++?
How can we read/write Structures from/to data files?
Differentiate between an external iterator and an internal iterator?
What is a .lib file in c++?
Write syntax to define friend functions in C++.
Why was c++ made?
What are the defining traits of an object-oriented language?