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: boolConsider the UML class diagram shown in the accompanying figure. According to the UML class diagram, how many private members are in the class?
A. none
B. zero
C. two
D. three
Answer: D
Computer Science & Information Technology
You might also like to view...
For the sake of convenience, what parameter type can be used when the variable to be passed does not have an assigned value at the time the method is called?
A. reference parameter B. value parameter C. mandatory parameter D. output parameter
Computer Science & Information Technology
When you use the VLOOKUP function, the ________ column in the array is used to look up the value.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology