Hi all,
I have a little doubt here.Why can a default method be declare abstract but protected method cannot be declared abstract?
Interface methods cannot be declared protected because they are abstract implicitly.
But i think abstract methods could be declared protected,as they can veru well be inherited and overridden.
Please clarify...............
Thanks.