Consider the following class definitions.   What is the disp…

Consider the following class definitions.   What is the display output of the following global code if executed after the above class definitions have already been executed?  Type the answer below. Ed = Horse (‘Mr. Ed’, ‘land’) Moby = Whale (‘Moby Dick’, ‘ocean’) Monty = Snake (‘Python’, ‘ground’) Angie = Eagle (‘Angeline’, ‘air’) Moby.moves( )