Welcome to Westonci.ca, the ultimate question and answer platform. Get expert answers to your questions quickly and accurately. Experience the convenience of finding accurate answers to your questions from knowledgeable professionals on our platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

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