clockType-hr: int-min: int-sec: int+setTime(int, int, int): void+getTime(int&, int&, int&) const: void+printTime() const: void+incrementSeconds(): int+incrementMinutes(): int+incrementHours(): int+equalTime(const clockType&) const: boolThe word ____ at the end of several the member functions in the accompanying figure classclockType specifies that these functions cannot modify the member variables of a clockType object.

A. static
B. const
C. automatic
D. private


Answer: B

Computer Science & Information Technology

You might also like to view...

Where should class variables be ideally initialized?

A. In a function. B. In a constructor. C. In a function or a constructor. D. In the variable declaration.

Computer Science & Information Technology

As little as _____ volts of static electricity can damage an electronic component

Fill in the blank(s) with correct word

Computer Science & Information Technology

With just facts and goals, Prolog would be nothing more than a database, but the addition of _________ gives programmers a set of tools to manipulate the facts.?

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

Computer Science & Information Technology

?Networks can be simple or complex.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology