OOP Objective Paper MID
OOP Objective Paper MID
HOD’s Signature:
9) A class hierarchy-------------------.
a. shows the same relationships as an organization chart.
b. describes “has a” relationships.
c. describes “is a kind of” relationships.
d. shows the same relationships as a family tree.
10) A member function that is declared may not access any non-static data members
in the class.
a. private
b. public
c. static
d. Inline
e. None of these