Solved

A New Method, GetMonthName, to Get the Name of the Date's

Question 47

Multiple Choice

A new method, getMonthName, to get the name of the Date's month ("January", February", etc.) is to be added to the class Date.How will the instance variables need to be changed to handle this new method?


A) The type of the month instance variable will need to be changed to String.
B) A new String variable called monthName will need to be added to the class.
C) A new class called MonthNameAndNumber will need to be created to store both the name and number of the month and the type of the instance variable month will need to be changed to MonthNameAndNumber.
D) No change is needed.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions