//Driver_04.java public class Driver_04{ public static void main(String[] args){ Cat_04 cat04 = new Cat_04(); cat04.printName(); } }