Accessor that returns day
What will be an ideal response?
```
int Date :: getDay() const
{
return day;
}
```
Computer Science & Information Technology
You might also like to view...
When you open Access 2007, you can retrieve your recently viewed databases on the right side of the menu
Indicate whether the statement is true or false
Computer Science & Information Technology
The process of identifying and reducing the number of errors that can occur within your code is called ________
A) error handling B) debugging C) event-driven programming D) compiling
Computer Science & Information Technology