| |
|
What is an access modifier? What are the different types of Access modifiers?
Access Modifiers - Keywords used to change the way members of a class are accessed.
The main purpose of using access specifiers is to provide security to the applications.
The availability (scope) of the member objects of a class may be controlled using access specifiers.
Click Here to See Different types of access
specifiers and their difference
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| |