Q. The code public class B : A { }
β
Correct Answer: (A)
Defines a class that inherits the public and protected methods of A only
You must be Logged in to update hint/solution