> Member Declarations in interface java ~ Online tutorial

Member Declarations in interface java

Interface Body and Member Declarations
The body
of an interface may declare members of the interface:
InterfaceBody:
{
InterfaceMemberDeclarationsopt
}
InterfaceMemberDeclarations:
InterfaceMemberDeclaration
InterfaceMemberDeclarations InterfaceMemberDeclaration
InterfaceMemberDeclaration:
ConstantDeclaration
AbstractMethodDeclaration
ClassDeclaration
InterfaceDeclaration
;
The scope of the declaration of a member m declared in or inherited by an
interface type I is the entire body of I, including any nested type declarations.

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: