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
C++ class is like …….
a) structure
b) header file
c) library function
d) procedure
The name for the values of an object data members is its…….
a) state
b) status
c) condition
d) situation
A data item that is contained within an object is called…….
a) attribute
b) Instance
c) Class
d) method
A specific occurrence of an object is called……
a) attribute
b) Instance
c) Class
d) method
A block of code that implements the operations that an object performs…..
a) attribute
b) Instance
c) Class
d) method