Programming Tutorials

Comment on Tutorial - Inheritance Example in Java By Watson



Comment Added by : LEENA NARULA

Comment Added at : 2012-06-15 06:45:06

Comment on Tutorial : Inheritance Example in Java By Watson
The program will work only need to change
mountainBike m = new mountainBike(1,2,300,4);
Here M should be capital & remove public from both the above
classes


View Tutorial