InterviewSolution
Saved Bookmarks
| 1. |
Can A Main Method Be Overloaded? |
|
Answer» Yes. You can have any NUMBER of main methods with different METHOD SIGNATURE and implementation in the CLASS. Yes. You can have any number of main methods with different method signature and implementation in the class. |
|