Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
- Inheritance

## 🛠 Built With

### Tech Stack

Client

## 🚀 UML Diagram

![UML Diagram](./images/uml.png)

(back to top)

## 💻 Getting Started

### 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
```

### Usage

To run the project, execute the following command:

```
ruby [file_name].rb
```

(back to top)

## 👥 Author

- GitHub: [@KanzaTahreem](https://github.com/KanzaTahreem)
- Twitter: [@kanza_tahreem](https://twitter.com/kanza_tahreem)
- LinkedIn: [Kanza Tahreem](https://www.linkedin.com/in/kanza-tahreem/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/KanzaTahreem/OOP-Principles/issues).

(back to top)

## ⭐️ Show your support

If you like this project and want to support me make cooler projects Give this project a Star.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)