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
The question was asked in class test.
Asked question is from Accessor controls of class in portion Miscellaneous topics of C#