ICSE Class 9 Computer Applications Question 11 of 17

Introduction to Object Oriented Programming Concepts — Question 11

Back to all questions
11
Question

Question 11

Differentiate between the Car Mechanic's and Car Driver's perspective in Figure 1.25

ICSE Logix class 10 solutions Vehicle class hierarchy as example of Inheritance
Answer

From the viewpoint of the driver, a car is one single object. It can be operated using gears, indicators, accelerator, brake, etc. The driver doesn't need to know or understand the internal mechanisms of how these components actually work. From the viewpoint of the mechanic, it is important for him to understand how the internal mechanisms like gears, indicators, accelerator, brake, etc. actually work so that they can identify and fix issues with the cars. For a mechanic, each car part is a single object.