Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: A constructor should return either True or
Q39: Which of the following is not a
Q40: The Object Brower _.<br>A)lists all the classes
Q41: Private class members are accessible only from
Q42: Instance variables declared with Dim default to
Q45: A program contains a copy of a
Q46: Const members can be initialized only to
Q47: You use the Object Browser to learn
Q48: Const members must be initialized at compile
Q52: Variables declared within class methods are called