What are the class access modifiers in C#?
What will be an ideal response?
You can declare a class to be one of the following:
* public, meaning access to the class is not limited
* protected, meaning access to the class is limited to the class and to any classes derived from the class
* internal, meaning access is limited to the assembly (a group of code modules compiled together) to which the class belongs
* private, meaning access is limited to another class to which the class belongs (In other words, a class can be private if it is contained within another class, and only the containing class should have access to the private class.)
You might also like to view...
Microsoft provides a collection of free utilities for analyzing and troubleshooting problems specific to the Windows operating system. These utilities are part of the ________________ suite.
a. MSCONFIG b. Sysinternals c. Technet d. Winhex
Reusable data abstractions can be built using _________________
Fill in the blank(s) with the appropriate word(s).
The project ____ date is the default date from which new tasks are scheduled.
A. Current B. Status C. Start D. Term
____________________ software examines the files stored on a disk to determine whether they are infected with a virus, and then destroys or disinfects them.
Fill in the blank(s) with the appropriate word(s).