0
Why would you overload the main class?
I have just learned that you can overload the main class. What is the point of doing this?
1 Réponse
+ 2
You can start the program per console with different parameters. String [] args is not a must. Can have int y as well. Or both (overloaded)