Get the answers you've been searching for with IDNLearn.com. Our experts are available to provide accurate, comprehensive answers to help you make informed decisions about any topic or issue you encounter.

You have created a Rocket class which has a constructor with no parameters. Which of the following statements will construct an object of this class?
A. MyRocket.new(Rocket)
B. Rocket.new(myRocket)
C. Rocket myRocket = new Rocket()
D. Rocket myRocket