Consider the following classes:
• Land Vehicle represents a vehicle that travels on land. Its public methods include wheel Count and speed.
• Motorized Land Vehicle represents a land vehicle that has a motor. Its public methods include engine Capacity and fuel Type.
a. Which of the methods mentioned previously can the implementation of speed invoke?
b. Which of the methods mentioned previously can the implementation of engine Capacity invoke?