Problem:
Question 1- When you instantiate an object, the automatically created method that is called is a(n) .
a. creator
b. initiator
c. architect
d. constructor
Question 2- Every class has .
a. exactly one constructor
b. at least one constructor
c. at least two constructors
d. a default constructor and a programmer-written constructor
Provide the correct answer and justification for your choice.