How to differentiate the main class from other the sup classes ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to differentiate the main class from other the sup classes ?

4th Sep 2018, 6:09 PM
Ammar
Ammar - avatar
2 Answers
+ 3
Main class has the main method inside of it?
4th Sep 2018, 6:49 PM
D_Stark
D_Stark - avatar
+ 3
On huge programs, you could have multiple main classes, but they will be instantiated in the main method.
4th Sep 2018, 7:22 PM
John Wells
John Wells - avatar