Java - Spoken Tutorials - Assignments Funded by the National Mission on Education through ICT ------------------------------------------------------------------------------------- Subclassing and Method Overriding (a) Create a class Vehicle which has a method run() that prints: The Vehicle is running (b) Also create a class Bike which has a method run() that prints: The Bike is running safely (c) The output should be: The Bike is running safely