Welcome to Westonci.ca, the place where your questions are answered by a community of knowledgeable contributors. Get immediate and reliable answers to your questions from a community of experienced experts on our platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

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