Multiple Choice
From most restrictive to least restrictive, the access modifiers are:
A) protected, private, public
B) private, protected, public
C) private, public, protected
D) protected, public, private
Correct Answer:

Verified
Correct Answer:
Verified
Q7: When deriving a class from a protected
Q8: Which of the following statements about inheriting
Q9: Select the false statement regarding inheritance.<br>A) A
Q10: When should base class members be declared
Q11: The is-a relationship represents.<br>A) Composition.<br>B) Inheritance.<br>C) Information
Q12: Which forms of inheritance are is-a relationships?<br>A)
Q13: Base class constructors and assignment operators:<br>A) Are
Q14: To declare class subClass a privately derived
Q16: Which of the following is not a
Q17: Assuming the following is the beginning of