Questions §
Reptiles! §
- What’s the correct output?
-
-
-
- True or false:
(Reptile -> Lizard) <: (Lizard -> Chameleon)
(Chameleon -> Reptile) <: (Lizard -> Lizard)
(Lizard -> Reptile) <: (Chameleon -> Reptile)
Evolutionary Tree §
- For each of the following, determine which function will be used when the functions
sprint
, swim
, dig
, chase
, and eat
are called.
-
-
-
-
-
-
-
-
-
-
-
-
-
Answers §