Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HunorVadaszPerhat authored Apr 7, 2023
1 parent 1420a96 commit ae7c678
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions access_modifiers/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Access Modifiers
- [Same class](#same-class)
- [Same package and subclass](#same-package-and-subclass)
- [Same package and non-subclass](#same-package-and-non-subclass)
- [Different package and subclass](#different-package-and-subclass)
- [Different package and non-subclass](#different-package-and-non-subclass)

| |default |private |protected |public |
|--- |--- |--- |--- |--- |
Expand Down

0 comments on commit ae7c678

Please sign in to comment.