filmov
tv
Learn Java Programming - Protected Access Applied to a Constructor

Показать описание
Full access is granted to invoke the constructor from within the same package. In addition, access is granted to invoke the constructor from subclasses of another package through inheritance only.