Contents

If you have a copy constructor in base class but not for derived class, then…….
a) default constructor used                               
b) copy constructor for derive class created
c) syntax error                     
d) none of these

b

When derive class have two or more base classes, the situation is known as……
a) multiple inheritance                    
b) polymorphism
c) access specification  
d) encapsulation

a

Class is a ……. data type, which holds its own data member and member function.
a) user-define                     
b) built-in
c) predefined                       
d) none of these

a

The attribute of the class is called…….
a) object                                               
b) data members
c) function                           
d) parameter

b

In C++ functions are also called
a) definitions                       
b) methods
c) concepts                           
d) organizers

b

Members which are not intended to be inherited are declared as…….
a) public member function                               
b) private member function
c) protected member function                         
d) none of these

b