1.
In OOP, which of the following means wrapping up data and functions together?
2.
In OOP, which of the following operators is overloaded for the cout object?
3.
In OOP, which of these functions is performed by a constructor?
4.
In OOP, which of these helps the compiler process objects differently based on their data type or class?
5.
In OOP, which of the following statements is used to declare a function as a constant?
6.
In OOP, what happens when the base and derived classes contain function definitions with the same prototype?
7.
In OOP, which of the following is not a type of inheritance?
8.
Which of the following is the keyword used to overload an operator?
9.
In OOP, which of the following functions throws an error when a class is inherited?
10.
In OOP, which of the following statements about friend functions is true?