// Inheritance is a mechanism where one class acquires properties and methods of another class. // When we construct a new class from existing class in such a way that the new class access all the ...