Contents

A programming technique in which programs are written based on objects is called……
a) procedural programming              
b) object oriented programming
c) nonprocedural programming       
d) linear programming

b

C++ class is like …….
a) structure                         
b) header file
c) library function               
d) procedure

a

The name for the values of an object data members is its…….
a) state                                  
b) status
c) condition                          
d) situation

a

A data item that is contained within an object is called…….
a) attribute                          
b) Instance
c) Class                                 
d) method

a

A specific occurrence of an object is called……
a) attribute                           
b) Instance
c) Class                                 
d) method

b

A block of code that implements the operations that an object performs…..
a) attribute                           
b) Instance
c) Class                                 
d) method

d