----------------------------------- clockType ----------------------------------
ID: 3614579 • Letter: #
Question
-----------------------------------clockType
-------------------------------------
-hr: int
-min: int
-sec: int
----------------------------------------
+setTime (int, int, int): void
+getTime (int&, int&, int&): void
+printTime (): void
+incrementSeconds (): int
+incrementMinutes (): int
+incrementHours (): int
+equalTime (const clockType&): bool
-----------------------------------------
A) In the code above, the top box contains the ____.
a. name of the class
b. members
c. functions
d. variables
B) In the code above, the middle box contains the ____.
a. class functions
b. class constructors
c. data members and data types
d. class destructor
C) In the code above, the last box contains the _____, parameterlist,
a. friend function name
b. member function name
c. constructor
d. destructor
Explanation / Answer
Dear... A) In the code above, the top box contains the Name of the class B) In the code above, the middle box contains the In the codeabove, the middle box contains the data membersand data types C)In the code above, the last box contains the member function name parameter list.Hope this will help you... C)In the code above, the last box contains the member function name parameter list.
Hope this will help you...
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.