1.

Which of the following statements are incorrect?(a) public members of class can be accessed by any code in the program(b) private members of class can only be accessed by other members of the class(c) private members of class can be inherited by a subclass, and become protected members in subclass(d) protected members of a class can be inherited by a subclass, and become private members of the subclass

Answer» The correct option is (c) private members of class can be inherited by a subclass, and become protected members in subclass

The best I can explain: private members of a class cannot be inherited by a subclass.


Discussion

No Comment Found

Related InterviewSolutions