InterviewSolution
Saved Bookmarks
| 1. |
What is the process of defining two or more methods within same class that have same name but different parameters declaration?(a) method overloading(b) method overriding(c) method hiding(d) none of the mentionedI had been asked this question in an internship interview.The question is from Overloading Methods & Argument Passing in chapter Classes and Methods of Java |
|
Answer» The correct choice is (a) METHOD overloading |
|