// Interfaceinterface Animal { public String name = "animal"; public void animalSound(); // interface method (does not