Multiple Choice
Which of the following is not a keyword used to declare a constant variable:
A) Const
B) ReadOnly
C) NamedConst
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: An object-creation expression creates a new object
Q35: Variables that are Shared have class scope.
Q36: A Shared variable represents method-wide information.
Q37: Within a class's scope,class members are immediately
Q38: A constructor should return either True or
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
Q43: Which of the following usages of the
Q52: Variables declared within class methods are called