InterviewSolution
Saved Bookmarks
| 1. |
Can You Use All Access Modifiers For All Types? |
|
Answer» No, Not all access modifiers can be used by all TYPES or MEMBERS in all CONTEXTS, and in some cases the ACCESSIBILITY of a type member is constrained by the accessibility of its containing type. No, Not all access modifiers can be used by all types or members in all contexts, and in some cases the accessibility of a type member is constrained by the accessibility of its containing type. |
|