The operator when overloaded in a class ?
Answer : B. Ad-hoc polymorphism
Syntax for Pure Virtual Function is ?
Answer : D. void virtual show()=0
Find the wrong statement about Abstract Class ?
Answer : B. We can’t create pointers to an abstract class
A virtual function that has no definition within the base class is called ?
Answer : A. Pure virtual function
Which of the following statements about virtual base classes is correct ?
Answer : B. It is used to avoid multiple copies of base class in derived class.
Which of the following concepts means wrapping up of data and functions together ?
Answer : B. Encapsulation
Which of the following can access private data members or member functions of a class ?
Answer : C. Any member function of that class.
State whether the following statements about inheritance are True or False.
Answer : C. True, True