Learn Java Programming - Interface Modifiers Tutorial

Опубликовано: 19 Август 2015
на канале: Daniel Ross
576
7

The following rules apply to a top-level (outer, non-nested) interface:
An interface is implicitly abstract.
An interface may have only the following legal modifiers: public, abstract, and strictfp. The default (package-private) access modifier is legal as well. Don't worry about strictfp, I haven't covered that one yet.
If the public access modifier is applied to an interface, the interface source code file name must match the name of the interface.


На этой странице сайта вы можете посмотреть видео онлайн Learn Java Programming - Interface Modifiers Tutorial длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Daniel Ross 19 Август 2015, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 576 раз и оно понравилось 7 зрителям. Приятного просмотра!