{"id":20042550,"url":"https://github.com/code4mk/oop-object-oriented-oop-journey","last_synced_at":"2026-02-22T02:34:44.860Z","repository":{"id":104452473,"uuid":"343751823","full_name":"code4mk/oop-object-oriented-oop-journey","owner":"code4mk","description":"Object Oriented Programming Journey","archived":false,"fork":false,"pushed_at":"2023-02-13T20:58:44.000Z","size":13,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-25T12:43:36.740Z","etag":null,"topics":["learn-oop","object-oriented-programming","oop","oop-journey","oop-php","oop-principles","oop-tips"],"latest_commit_sha":null,"homepage":"","language":null,"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/code4mk.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}},"created_at":"2021-03-02T11:32:10.000Z","updated_at":"2024-03-24T06:26:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"87956efd-72e3-478d-b497-a99982082185","html_url":"https://github.com/code4mk/oop-object-oriented-oop-journey","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"7ed104fc1922c1e6b9f6f0215ea691b02a3c2ce5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code4mk/oop-object-oriented-oop-journey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4mk%2Foop-object-oriented-oop-journey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4mk%2Foop-object-oriented-oop-journey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4mk%2Foop-object-oriented-oop-journey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4mk%2Foop-object-oriented-oop-journey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code4mk","download_url":"https://codeload.github.com/code4mk/oop-object-oriented-oop-journey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4mk%2Foop-object-oriented-oop-journey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29703787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"online","status_checked_at":"2026-02-22T02:00:08.193Z","response_time":110,"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":["learn-oop","object-oriented-programming","oop","oop-journey","oop-php","oop-principles","oop-tips"],"created_at":"2024-11-13T10:52:08.642Z","updated_at":"2026-02-22T02:34:44.840Z","avatar_url":"https://github.com/code4mk.png","language":null,"readme":"# OOP journey\nOOP stands for object-oriented programming. OOP is a programming paradigm related to objects.\n\nOOP's main concepts are object and class. Each object communicates with the others.\n\n## Class\n\nClass is a template(blueprint) for creating a object. It contains attributes/properties/datas/state and behavior/methods/actions.\n\nexample: `home blueprint/sketch`\n\n## Object\n\nObject is instance of class. Object has attributes , methods and identify.\n\n`object is a real entity`, example: `real home`\n\n# Advantages\n\n* Clear structure.\n* Reusable.\n* DRY code (don't repeat yourself).\n* Maintainable/Bug fixing/dedug easy.\n* Adoptable.\n* Secure,protect infromation through encapsulation.\n* Faster development sprint.\n\n# Main pillar of OOP\n 1. [Inheritance](https://github.com/code4mk/oop-object-oriented-oop-journey/tree/main/Inheritance) (extends parent class with child class)\n 2. [Encapsulation](https://github.com/code4mk/oop-object-oriented-oop-journey/tree/main/encapsulation) (binding properties/method one unit)\n 3. [Abstraction](https://github.com/code4mk/oop-object-oriented-oop-journey/tree/main/abstraction) (Hiding implementation)\n 4. [Polymorphism](https://github.com/code4mk/oop-object-oriented-oop-journey/tree/main/polymorphism) (Many form)\n\n# Resources\n* [Resources](https://github.com/code4mk/oop-object-oriented-oop-journey/blob/main/resource.md)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode4mk%2Foop-object-oriented-oop-journey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode4mk%2Foop-object-oriented-oop-journey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode4mk%2Foop-object-oriented-oop-journey/lists"}