Description
This is a python project that uses OOPs concept to implement a simple bike simulation.The simulation includes various classes representing different components of a bike, such as the engine, wheels, and frame, as well as the rider. The project demonstrates the use of inheritance, encapsulation, and polymorphism to model the behavior and interactions of these components. Users can simulate starting the bike, accelerating, braking, and monitoring the bike's status through a series of commands.
Usage
To use the project clone the repo
run the main.py
Contributions
This project is open to contribution. All contributions are welcome!!!