move(); // runs the method in Animal class b.move(); // runs the method in Dog class b.bark(); } } OutputTestDog.java:26: error: cannot find symbol b.bark(); ^ symbol: method bark() location: variable b of type