Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C++ Programming
»
OOPS Concepts
How many types of polymorphisms are supported by C++?
1
2
3
4
Correct Answer:
2
Explanation:
The two main types of polymorphism are run-time (implemented as inheritance and virtual functions), and compile-time (implemented as templates).
← Previous Question
Next Question→
More Questions from
OOPS Concepts
Which of the following are available only in the class hierarchy chain?
Which of the following cannot be used with the keyword virtual?
Which of the following operators cannot be overloaded?
Which of the following provides a reuse mechanism?
Which of the following is a mechanism of static polymorphism?
Which of the following is used to make an abstract class?
Which of the following concepts means adding new components to a program as it runs?
Which of the following term is used for a function defined inside a class?
How "Late binding" is implemented in C++?
Which of the following concepts provides facility of using object of one class inside another class?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments