Discover how IDNLearn.com can help you find the answers you need quickly and easily. Join our interactive Q&A platform to receive prompt and accurate responses from experienced professionals 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