Solved

We Want to Create a Class That Represents a Date

Question 101

Multiple Choice

We want to create a class that represents a date. A date has a day, month, and year. For example, the date March 16, 2014 has the day 16, month 3, and year 2014. The basic framework of a date class is below: public class Date
{
Private int day;
Private int month;
Private int year;
}
What should the body of the constructor be?


A) day = d; month = m;
Year = y;
B) d = day; m = month;
Y = year;
C) int day = d; int month = m;
Int year = y;
D) day = 1; month = 1;
Year = 1990;

Correct Answer:

verifed

Verified

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

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents