Skip to content

A Java project demonstrating inheritance in OOP. It includes a Vehicle class, with Car inheriting from it, and SUV extending Car, showcasing multi-level inheritance. The Main class simulates vehicle operations like speed, direction, and info display. Built using Core Java to showcase inheritance.

Notifications You must be signed in to change notification settings

hitensharma18/VehicleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

About

A Java project demonstrating inheritance in OOP. It includes a Vehicle class, with Car inheriting from it, and SUV extending Car, showcasing multi-level inheritance. The Main class simulates vehicle operations like speed, direction, and info display. Built using Core Java to showcase inheritance.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages