Problem:
Question 1- Which of the following can be overloaded?
a. constructors
b. instance methods
c. both of the above
d. none of the above
Question 2- Every default constructor .
a. is automatically created
b. sets a default value for every field in a class
c. requires no parameters
d. is the only constructor that is explicitly written in a class
Please select correct answer and also provide explaination.