Which of the following usages of the Me reference is syntactically correct (assume mHour is an instance variable of class CTime and the current object is an instance of CTime)?

a) Me.mHour
b) Me(CTime.mHour)
c) Me(CTime).mHour
d) None of the above.

a) Me.mHour

Computer Science & Information Technology

You might also like to view...

By default, messages on a SharePoint discussion board list are displayed in a(n) ________ view, which displays the postings in sequence based on the date and time they were added

Fill in the blank(s) with correct word

Computer Science & Information Technology

If data in the main program is needed by a subprogram, the value of that data is passed to, or __________ by, the subprogram.

Fill in the blank(s) with correct word

Computer Science & Information Technology