0
I couldn't understand with main method
2 Réponses
+ 2
Just as the name suggests, main() is the starting point of all programs.
You may have a million methods in your code.
But in building real programs, they start from main().
If you don't have a main() you'll get an error message
+ 2
Thanks for your answer