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

Ans: b

0 comments:

Post a Comment