Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum 1. What is the output of the code? What is the output of the code public class B : A { } Options - Errors - It defines a class that inherits the public methods of A only. - It defines a class that inherits all the methods of A but the private members cannot be accessed. - b and c CORRECT ANSWER : It defines a class that inherits all the methods of A but the private members cannot be accessed.
Related Topics