InterviewSolution
| 1. |
What Are Different Types Of Access Modifiers? |
|
Answer» ACCESS specifiers are KEYWORDS that determine the type of access to the member of a class. These keywords are for allowing privileges to parts of a program such as functions and variables. These are: Access specifiers are keywords that determine the type of access to the member of a class. These keywords are for allowing privileges to parts of a program such as functions and variables. These are: |
|