Hi,
Can an Interface extend another Interface?
thanks,
Hi friend,
Yes, an interface can extend an another interface. It is just like a class that extends an another class.
To more detail please go through the following link
http://roseindia.net/java/example/java/core/java-interface.shtml
Ads