Solved

You Have Created a Motorcycle Class Which Has a Constructor

Question 21

Multiple Choice

You have created a Motorcycle class which has a constructor with no parameters. Which of the following statements will construct an object of this class?


A) Motorcycle myBike;
B) Motorcycle myBike = new Motorcycle() ;
C) myBike.new(Motorcycle) ;
D) Motorcycle.new(myBike) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions