//Cat_01fc.java //final の Animal_01fc を継承できません public class Cat_01fc extends Animal_01fc{ public Cat_01fc(String name){ super(name); } }