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.