This project is dedicated to learn the basics of four Object Oriented Programming (OOP) Principles
- Abstraction
- Encapsulation
- Polymorphism
- Inheritance
In order to run this project you need:
- Ruby installed and running. To get more information, read the installation instructions.
- You should be able to use IRB.
Clone this repository to your desired folder:
git clone git@github.com:KanzaTahreem/OOP-Principles.git
cd OOP-Principles
Install thr project dependencies with:
bundle install
To run the project, execute the following command:
ruby [file_name].rb
- GitHub: @KanzaTahreem
- Twitter: @kanza_tahreem
- LinkedIn: Kanza Tahreem
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and want to support me make cooler projects Give this project a Star.
This project is MIT licensed.