InterviewSolution
Saved Bookmarks
| 1. |
Can the static methods be overloaded? |
|
Answer» YES! There can be two or more STATIC methods in a CLASS with the same name but DIFFERING INPUT parameters. |
|