Originally posted by Sameera Abeysinghe:
Hi all,
Can any one describe the member interfaces?
The default (implicitly) access and other modifiers of member interfaces.
(Member interfaces is interfaces declared in side class’s, innerclass’s, interfaces and methods)
Member interfaces can have all those access modifiers that can be applied on a method or a field ( just like the inner/member class).
you can learn more by writing code that has an inner interface.