mirror of
https://github.com/Xevion/contest.git
synced 2025-12-06 05:14:41 -06:00
access privileges (still needs more work)
This commit is contained in:
@@ -490,4 +490,13 @@ For each character in the array, compare for equality until one does not match.
|
||||
|
||||
### Access Privileges
|
||||
|
||||
`public`, `protected` and `private` are the three possible
|
||||
`public`, `protected`, `private` and *a lack of a modifier* are the three possible *access modifiers* one can set for *classes, interfaces, variables and methods*.
|
||||
|
||||
- `public`
|
||||
- Anything and everything can access this.
|
||||
- `protected`
|
||||
- ?
|
||||
- `private`
|
||||
- ?
|
||||
- `(no modifier)`
|
||||
- ?
|
||||
Reference in New Issue
Block a user