About Question enthuware.ocajp.i.v8.2.1497 :
Posted: Fri Aug 28, 2020 2:05 am
Hi,
Just to understand out of the options available, is the not the 3rd option can be the correct one?
It says Only the no-args constructor of TropicalFruit.
though it is not the only one but still it can be considered as option out of all with
TropicalFruit(){
seeds = 0;
taste = "sweet";
weight = 10.0;
super.edible=false;
}
Just to understand out of the options available, is the not the 3rd option can be the correct one?
It says Only the no-args constructor of TropicalFruit.
though it is not the only one but still it can be considered as option out of all with
TropicalFruit(){
seeds = 0;
taste = "sweet";
weight = 10.0;
super.edible=false;
}