//Driver_11.java public class Driver_11{ public static void main(String[] args){ Dog_11 dog = new Dog_11("フレンダー"); dog.printName(); } }