The code public class b : a { }

A. Defines a class that inherits all the methods of a
B. Defines a class that inherits the public and protected methods of a only
C. Errors
D. A and b
View Answer

B. Defines a class that inherits the public and protected methods of a only