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

1. An interface is typically used in place of a MustInherit class when there is no default implementation to inherit.
2. Declaring an interface Protected allows for extra security precautions.
3. A class that implements an interface must define all methods and properties of that interface.
4. An interface may not provide properties with Get and Set accessors.
5. A class that implements an interface may not act as a base class for other classes.


1. True.
2. False. Declaring an interface Private or Protected is an error.
3. True.
4. False. An interface may provide properties with Get and Set accessors.
5. False. A class that implements an interface may be inherited by derived classes.

Computer Science & Information Technology

You might also like to view...

________ can replace a series of one-on-one interviews.

A) Joint Application Design B) Group interviews C) Email questionnaires D) Online surveys

Computer Science & Information Technology

The Move Chart dialog box opens when you click Chart on the Ribbon.

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

Computer Science & Information Technology

Which keyboard shortcut selects the first field value in the first record when in Navigation Mode?

A. Tab B. Home + Up Arrow C. Up Arrow D. Ctrl+Home

Computer Science & Information Technology

In a source document, the _____ contains codes, identification information, numbers, and dates that are used for storing completed forms.

A. control zone B. heading zone C. totals zone D. authorization zone

Computer Science & Information Technology