Classes and Objects
1.
What purpose do classes serve ?
2.
Which is not a protection level provided by classes in C++ ?
3.
What value must a destructor return ?
4.
. Constructor is executed when _____. ?
5.
How many ways of reusing are there in class hierarchy ?
6.
Where does the object is created ?
7.
Which of the following is a valid class declaration ?
8.
Which of the following keywords is used to control access to a class member ?
9.
Which of the following statements is incorrect ?
10.
Which operator can not be overloaded ?