

MCQOPTIONS
Saved Bookmarks
1. |
What is the process of defining a method in a subclass having same name & type signature as a method in its superclass? |
A. | Method overloading |
B. | Method overriding |
C. | Method hiding |
D. | None of the mentioned |
Answer» C. Method hiding | |