1
Answer (Choose 1 answer)
Which of the following statements related to the Inheritance concept is True?
A. Derived classes can override virtual public or protected methods in the base class.
B. Derived classes can access all data members in the base class.
C. If a derived class wants to override a method in the base class, the derived class must provide a totally new behavior of the method in the base class and will not be allowed to invoke the methods of the base class.
D. None of the others
Elt