-
Junior Member
Re: Can a final interface has an abstract method?
implicitly every interface is public abstract.
and u cant use abstract and final with same time because
abstract=must be inheritated.
final=must not be inhreitated. both goes in diff. way.
and all the method of interface is implicitly public abstract.
so means final interface cant be happen.
-
Junior Member
Re: Can a final interface has an abstract method?
interface cant be a final at all
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules