786snow
Programmer
- Nov 12, 2006
- 75
When we do the folowing,
VolcanoRobot dante= new VolcanoRobot();
will it be true to say,
1. on the right handside we are creating an object of class VolcanoRobot,
2. we assign that object to variable dante whose type is VolcanoRobot
VolcanoRobot dante= new VolcanoRobot();
will it be true to say,
1. on the right handside we are creating an object of class VolcanoRobot,
2. we assign that object to variable dante whose type is VolcanoRobot