Which of the following is not correct (in C++) ?i) Class templates and function templates are instantiated in the same way ii) Class templates differ from function templates in the way they are initiated iii) Class template is initiated by defining an object using the template argument iv) Class templates are generally used for storage classes.
What purpose do classes serve ?
Which is not a protection level provided by classes in C++ ?
What value must a destructor return ?
. Constructor is executed when _____. ?
How many ways of reusing are there in class hierarchy ?
Where does the object is created ?
Which of the following is a valid class declaration ?
Which of the following keywords is used to control access to a class member ?
Which of the following statements is incorrect ?
Which operator can not be overloaded ?