2
Reply

What is Method Hiding? a. Creating a new implementation of the method in the derived class with new keyword. b. Restricting the method from being called. c. Creating a new name for the Method in the derived class with new keyword. d. Method Overriding in the derived class.

Rajesh Singh

Rajesh Singh

8y
568
0
Reply

    Option A and B are correct. I believe, while we use method hiding we are intentionally restricting the parent methods to be called.

    Ans: a