You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the demo for OOPs concepts in Java. A parent class "Vehicle" and it's subclasses such as "Auto","Bus" have been used to depict the OOPs relationship.