An abstract
class is still a
class, just like any other. Only
interfaces can extends other
interfaces. You
can actually
extend interfaces in Java, but it would still be called an
interface. Then you
can use this extended
interface implemented in your abstract
class.Aug 9, 2014
read more >>