Hi all,
I'm cannot understand this situation in abstract methods and interface method.
let say, there is a interface '
Test' and abstract class Info
Following class extends Info and implements Test.
Can anyone explain me which load() method is implemented ??
As code compiled and run, it seems that interface load method is implemented. but how??
What happen to the abstract class method ??
Regards,
Dil.