There are many ways to accomplish what you are after, that being said you cannot extend a class from two parent classes (java allows multiple inheritance through interfaces however). One way is to...