Select the syntactically correct way to access a Public Shared class member.

a) className(sharedMemberName)
b) sharedMemberName.className
c) className.sharedMemberName
d) sharedMemberName(className)

c) className.sharedMemberName

Computer Science & Information Technology

You might also like to view...

When you create a Visual C# application, use the ____________ window to examine and change a control’s properties.

a. Properties b. Solution Explorer c. Designer d. Attributes

Computer Science & Information Technology

adds vector B to vector A Vect& operator+=( Vect& vectA, const Vect& vectB )

What will be an ideal response?

Computer Science & Information Technology