Java - Spoken Tutorials - Assignments Funded by the National Mission on Education through ICT ------------------------------------------------------------------------------------- Calling methods of the superclass (a) Open the assignment which we created in tutorial Subclassing and Method Overriding (b) Call the Vehicle class run method in the Bike class (c) The output should be: ** The Vehicle is running ** The Bike is running safely