Accessor that returns year

What will be an ideal response?


```
int Date :: getYear() const
{
return year;
}
```

Computer Science & Information Technology

You might also like to view...

What are some costs and benefits of using nonvolatile RAM in all caches and main memory?

What will be an ideal response?

Computer Science & Information Technology

The command sort r o yourfile myfile

a: sorts yourfile and saves it in myfile b: sorts yourfile in reverse order and saves it in myfile c: sorts myfile in reverse order and saves it in yourfile d: sorts yourfile and myfile in reverse order and displays the results e: none of the above

Computer Science & Information Technology

Treating a base-class object as a(n)_____________ can cause errors.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Before applying a theme, you can point to a thumbnail to see how the document will look if the theme is applied. This is called ________

A) Live Preview B) Read Mode C) Print Layout D) Web Layout

Computer Science & Information Technology