Learn Java Programming - Default (Package-Private) Access Applied to a Constructor
Опубликовано: 06 Октябрь 2024 на канале: Daniel Ross
414
8
When no access modifier exists in a constructor declaration, the following default (package-private) access is granted:
Full access is granted to invoke the constructor from within the same package.