Class
Object
New
Private
Answer is Wrong!
Answer is Right!
The correct answer is C. New.
The keyword new is used to create a new object of a class. The computer creates the object when it processes the statement containing the new keyword.
The keyword class is used