If you want to extend any other class then you must choose to implement an interface instead of extending a class
Multiple inheritance is not possible in java for the case of a Class but for the case of inheritance it is possible
"" class extends ,"" is not possible.