State whether the following statements about inheritance are True or False.
State whether the following statements about inheritance are True or False.
I . A public member of a class can be accessed by its own objects using the dot operator.
II . While inheriting, the private members of the base class will never become the members of its derived class.
A. True, False
B. False, True
C. True, True
D. False, False