Java program demonstrating multi-level inheritance using the Vehicle → Car → ElectricCar hierarchy. This program showcases the use of inheritance, constructor chaining, method overriding, and the ...