Solved

Which Statement Is True When a Base Class Has Protected

Question 33

Multiple Choice

Which statement is true when a base class has Protected instance variables?


A) A derived class object can assign an invalid value to the base class's Protected instance variables.
B) Derived class methods can depend on the base class's Protected data implementation.
C) Derived classes would need to be modified if the base class's Protected data implementation changes.
D) All of the above.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions