Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
OOPS Concepts Questions
Which of the following statement is correct?
Which of the following is correct about function overloading?
Which of the following concepts means determining at runtime what method to invoke?
Which of the following approach is adapted by C++?
How many types of polymorphisms are supported by C++?
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?
Which of the following functions are performed by a constructor?
Which one of the following options is correct?
Which of the following factors supports the statement that reusability is a desirable feature of a language?
In which of the following a virtual call is resolved at the time of compilation?
Which of the following concepts means waiting until runtime to determine which function to call?
1
2
3