1.
In OOP, which of the following functions is used to implement the late binding mechanism?
2.
Which of the following factors supports the statement that reusability is a desirable feature of a language?
3.
In OOP, which of the following syntaxes is used to access a class data member using this pointer?
4.
In OOP, which of the following is used to achieve runtime polymorphism?
5.
Which of the following statements about OOP is correct?
6.
Which of the following is true for a pure virtual function?
7.
In OOP, which of the following is an example of static polymorphism?
8.
Which of the following statements about OOP is correct?
9.
In OOP, which of the following data members is only included in the class hierarchy chain?
10.
What is the significance of the inline function?