public class Zival implements Walker{ int a; public void walk() { System.out.println("I'm walking - ANIMAL"); } }