Alex5005 Alex5005 01-04-2024 Computers and Technology contestada Consider the following code. Which class is the superclass and which class is the subclass?public class Animal { . . . }public class Tiger extends Animal { . . . }Group of answer choicesa. Superclassb. Animalc. Subclassd. Tiger