Which statement about the following Java code is true? class Animal {} class Dog extends Animal {} class Cat extends Animal {}