Programming Tutorials

Comment on Tutorial - Inheritance Example in Java By Watson



Comment Added by : Michael

Comment Added at : 2011-09-02 02:37:51

Comment on Tutorial : Inheritance Example in Java By Watson
You only need 1 main method per application, not 1 per class. There is no requirement to have a main method in either of these classes.

View Tutorial