InterviewSolution
Saved Bookmarks
| 1. |
Which of these can be overloaded?(a) Methods(b) Constructors(c) All of the mentioned(d) None of the mentionedThis question was addressed to me by my college professor while I was bunking the class.My question comes from Overloading Methods & Argument Passing in portion Classes and Methods of Java |
|
Answer» RIGHT CHOICE is (C) All of the mentioned Explanation: NONE. |
|