Answer the following statements true (T) or false (F)

1. A Shared method may access Shared and non-Shared members.
2. To access a Private Shared class member when no objects of the class exist, a Public Shared
method or property must be provided.
3. A Shared method has a Me reference.
4. Shared class members are available only after the first object of that class is created

1. False, Shared methods may access only other Shared members.
2. True
3. False. A Shared method does not have a Me reference because it exists independently of any class objects.
4. False. Shared class members are available as soon as the class is loaded into memory at execution time.

Computer Science & Information Technology

You might also like to view...

A feature of Microsoft Edge where you can save sites, favorites and reading lists is the ________

A) Settings B) Portal C) Hub D) Starred

Computer Science & Information Technology

Which of the following views hides the Ribbon?

A) Print Layout B) Full Screen Reading C) Web Layout D) Draft

Computer Science & Information Technology