Skip to content

A vehicle service managing software developed using C++ in object-oriented approach to track the servicing of vehicles.

License

Notifications You must be signed in to change notification settings

danieldavidraj/Vehicle_Service_Management_Software

Repository files navigation

Vehicle Service Management

A vehicle service managing software developed using C++ in object-oriented approach to track the servicing of vehicles.

Concepts used :

  • Exception handling
  • File handling
  • Overloading

Description :

  • A login is provided where only the admin can login.
  • He can choose car,bike or scooter to service and the software displays the various parts respective of the vehicle.
  • The parts are modelled under each category using classes.
  • The admin can keep track of each part serviced.
  • Finally, the software generates an invoice for the parts serviced and also stores it in a file.
  • Operator overloading is used to generate the invoice in a file.
  • Exception handling is used to reduce errors.

    class image1 image2 image3

About

A vehicle service managing software developed using C++ in object-oriented approach to track the servicing of vehicles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages