If a class called Bird extends a class called animal, and a class called Turkey extends Bird,
What does Turkey inherit from Bird?
a) Properties and methods of Bird
b) Properties and methods of Bird and Animal
c) Only methods of Bird
d) Only properties of Bird