Programming Tutorials

Comment on Tutorial - Inheritance Example in Java By Watson



Comment Added by : Watson

Comment Added at : 2011-05-04 10:44:23

Comment on Tutorial : Inheritance Example in Java By Watson
You don't have to call the constructors. When you create an instance of that class, the constructors will be called automatically by the jvm

View Tutorial