abstract class AbstractRobot {
    public BodyPart attack (){
        return attack();<---Что мы таким образом возвращаем?
    }
}