{"id":20672546,"url":"https://github.com/afnanelhussini/tryingoopwithjava","last_synced_at":"2026-06-06T15:01:49.332Z","repository":{"id":143146221,"uuid":"461941883","full_name":"AfnanElhussini/TryingOOPWithJava","owner":"AfnanElhussini","description":"how object-oriented programming in java works!","archived":false,"fork":false,"pushed_at":"2022-04-27T21:31:03.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T18:09:03.415Z","etag":null,"topics":["java","oop-in-java","oop-principles"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AfnanElhussini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-21T16:25:42.000Z","updated_at":"2022-04-27T21:55:19.000Z","dependencies_parsed_at":"2023-03-27T11:48:27.343Z","dependency_job_id":null,"html_url":"https://github.com/AfnanElhussini/TryingOOPWithJava","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AfnanElhussini/TryingOOPWithJava","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AfnanElhussini%2FTryingOOPWithJava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AfnanElhussini%2FTryingOOPWithJava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AfnanElhussini%2FTryingOOPWithJava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AfnanElhussini%2FTryingOOPWithJava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AfnanElhussini","download_url":"https://codeload.github.com/AfnanElhussini/TryingOOPWithJava/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AfnanElhussini%2FTryingOOPWithJava/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33986901,"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-06T02:00:07.033Z","response_time":107,"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":["java","oop-in-java","oop-principles"],"created_at":"2024-11-16T20:37:56.596Z","updated_at":"2026-06-06T15:01:49.325Z","avatar_url":"https://github.com/AfnanElhussini.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OBJECT-ORIENTED PROGRAMING:\n\u003cb\u003e Object-oriented programming (OOP) is a computer programming model (methodology or Paradigm) that organizes software design around data, or objects, rather than functions and logic. \nAn object can be defined as a data field that has unique attributes and behavior.\u003c/b\u003e\n\n## **Java** is a class-based, Object-Oiented Programming language.\n\n## Objects\nare the things you think about first in designing\n- Data, Properties, Attributes\n- Operations(), Methods(), Functions().\nAn instance of an excecutable copy of a class.\nAnother name for instance is object.\n\n## Class\nis a template, Prototype, blueprint for objects, and an object is instance of a class.\n\n## Access Level Modifiers\n- Public (accessible from any class).\n- Private (accessible withn the class where defined)\n- Protected\n- Defult or Package-Private (when no access specifier is specified)\n\n![Object-Oriented Programming](https://user-images.githubusercontent.com/63553675/157548762-ca053a4e-7302-4942-b110-5429d1a1ee1e.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafnanelhussini%2Ftryingoopwithjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafnanelhussini%2Ftryingoopwithjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafnanelhussini%2Ftryingoopwithjava/lists"}