Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanzatahreem/oop-principles
This project is dedicated to learn the basics of four Object Oriented Programming (OOP) Principles
https://github.com/kanzatahreem/oop-principles
oop oop-principles ruby uml-class-diagram
Last synced: 25 days ago
JSON representation
This project is dedicated to learn the basics of four Object Oriented Programming (OOP) Principles
- Host: GitHub
- URL: https://github.com/kanzatahreem/oop-principles
- Owner: KanzaTahreem
- License: mit
- Created: 2022-12-20T19:30:43.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-27T22:23:49.000Z (about 2 years ago)
- Last Synced: 2024-11-18T05:40:13.899Z (3 months ago)
- Topics: oop, oop-principles, ruby, uml-class-diagram
- Language: Ruby
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 OOP Principles ](#-oop-school-library-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [🚀 UML Diagram ](#-uml-diagram-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [👥 Author ](#-author-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)# 📖 OOP Principles
This project is dedicated to learn the basics of _four Object Oriented Programming (OOP) Principles_- Abstraction
- Encapsulation
- Polymorphism
- InheritanceClient
![UML Diagram](./images/uml.png)
### Prerequisites
In order to run this project you need:
- [Ruby](https://www.ruby-lang.org/en/) installed and running. To get more information, read the [installation instructions](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md).
- You should be able to use [IRB](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Features).
### Setup
Clone this repository to your desired folder:
```
git clone [email protected]:KanzaTahreem/OOP-Principles.git
cd OOP-Principles
```
### Install
Install thr project dependencies with:
```
bundle install
```
To run the project, execute the following command:
```
ruby [file_name].rb
```
- GitHub: [@KanzaTahreem](https://github.com/KanzaTahreem)
- Twitter: [@kanza_tahreem](https://twitter.com/kanza_tahreem)
- LinkedIn: [Kanza Tahreem](https://www.linkedin.com/in/kanza-tahreem/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/KanzaTahreem/OOP-Principles/issues).
If you like this project and want to support me make cooler projects Give this project a Star.
This project is [MIT](./LICENSE) licensed.