{"id":16444837,"url":"https://github.com/kanzatahreem/oop-principles","last_synced_at":"2026-06-19T09:31:23.657Z","repository":{"id":150226088,"uuid":"580526007","full_name":"KanzaTahreem/OOP-Principles","owner":"KanzaTahreem","description":"This project is dedicated to learn the basics of four Object Oriented Programming (OOP) Principles ","archived":false,"fork":false,"pushed_at":"2022-12-27T22:23:49.000Z","size":102,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-26T08:31:47.465Z","etag":null,"topics":["oop","oop-principles","ruby","uml-class-diagram"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KanzaTahreem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-20T19:30:43.000Z","updated_at":"2022-12-29T15:50:28.000Z","dependencies_parsed_at":"2023-05-01T16:46:43.027Z","dependency_job_id":null,"html_url":"https://github.com/KanzaTahreem/OOP-Principles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KanzaTahreem/OOP-Principles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanzaTahreem%2FOOP-Principles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanzaTahreem%2FOOP-Principles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanzaTahreem%2FOOP-Principles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanzaTahreem%2FOOP-Principles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KanzaTahreem","download_url":"https://codeload.github.com/KanzaTahreem/OOP-Principles/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanzaTahreem%2FOOP-Principles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34526065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["oop","oop-principles","ruby","uml-class-diagram"],"created_at":"2024-10-11T09:42:18.158Z","updated_at":"2026-06-19T09:31:23.638Z","avatar_url":"https://github.com/KanzaTahreem.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n# 📗 Table of Contents\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 OOP Principles ](#-oop-school-library-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n  - [🚀 UML Diagram ](#-uml-diagram-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n    - [Usage ](#usage-)\n  - [👥 Author ](#-author-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 OOP Principles \u003ca name=\"about-the-project\"\u003e\u003c/a\u003e\n This project is dedicated to learn the basics of _four Object Oriented Programming (OOP) Principles_\n\n - Abstraction\n - Encapsulation\n - Polymorphism\n - Inheritance\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n  \u003cul\u003e \n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/microverseinc/linters-config/tree/master/ruby\"\u003eLinters\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n## 🚀 UML Diagram \u003ca name=\"uml-diagram\"\u003e\u003c/a\u003e\n\n![UML Diagram](./images/uml.png)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- [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).\n- You should be able to use [IRB](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Features).\n### Setup\n\nClone this repository to your desired folder:\n\n```\n  git clone git@github.com:KanzaTahreem/OOP-Principles.git\n  cd OOP-Principles\n```\n\n### Install\n\nInstall thr project dependencies with:\n\n```\n  bundle install\n```\n\n### Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\nTo run the project, execute the following command:\n\n```\n  ruby [file_name].rb\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n- GitHub: [@KanzaTahreem](https://github.com/KanzaTahreem)\n- Twitter: [@kanza_tahreem](https://twitter.com/kanza_tahreem)\n- LinkedIn: [Kanza Tahreem](https://www.linkedin.com/in/kanza-tahreem/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/KanzaTahreem/OOP-Principles/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project and want to support me make cooler projects Give this project a Star.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanzatahreem%2Foop-principles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanzatahreem%2Foop-principles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanzatahreem%2Foop-principles/lists"}