Multiple Choice
Select the syntactically correct way to access a Public Shared class member.
A) className(sharedMemberName)
B) sharedMemberName.className
C) className.sharedMemberName
D) sharedMemberName(className)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The _ of a class are also
Q17: Object initializers (which initialize an object and
Q18: A constructor method is invoked each time
Q19: Only certain objects have a Me reference.
Q20: A ReadOnly property provides only a _
Q21: A Shared method has a Me reference.
Q23: Constructors that are Shared can be defined
Q24: How many classes are there in a
Q25: Visual Basic is known as a(n)_ language
Q27: What is the default value of a