Basically, the rule says that you
can inherit from (extend) as many classes as you want, but if you
do, only one of those classes
can contain concrete (implemented)
methods. ... A class
can extend at most one abstract class, but may implement many
interfaces. That is, Java supports a limited form of multiple inheritance.May 24, 2011
read more >>