Which line of code creates an instance of the Person class?

Question 1 of 5

A

Person.create();

B

Person.extend();

C

Person.new();

D

Person.init();