{"id":18952757,"url":"https://github.com/m7moudgadallah/learning-object-oriented-design-coursera-uoa","last_synced_at":"2026-03-29T13:30:19.507Z","repository":{"id":186640685,"uuid":"675487522","full_name":"m7moudGadallah/Learning-Object-Oriented-Design-Coursera-UOA","owner":"m7moudGadallah","description":"This repository for learning Object Oriented Design through the Coursera course \"Object Oriented Design by University of Alberta\"","archived":false,"fork":false,"pushed_at":"2023-08-07T16:10:09.000Z","size":16237,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T02:41:45.602Z","etag":null,"topics":["abstraction","crc","decomposition","encapsulation","generalization","inheritanc","java","object-oriented-analasis-design","oop","oop-principles","uml"],"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/m7moudGadallah.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":"2023-08-07T03:31:05.000Z","updated_at":"2023-08-07T03:50:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"7571ca14-e0ad-4568-b8c9-fc3d3057d2cf","html_url":"https://github.com/m7moudGadallah/Learning-Object-Oriented-Design-Coursera-UOA","commit_stats":null,"previous_names":["m7moudgadallah/object-oriented-design-coursera-uoa"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7moudGadallah%2FLearning-Object-Oriented-Design-Coursera-UOA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7moudGadallah%2FLearning-Object-Oriented-Design-Coursera-UOA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7moudGadallah%2FLearning-Object-Oriented-Design-Coursera-UOA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7moudGadallah%2FLearning-Object-Oriented-Design-Coursera-UOA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m7moudGadallah","download_url":"https://codeload.github.com/m7moudGadallah/Learning-Object-Oriented-Design-Coursera-UOA/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239952598,"owners_count":19723922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["abstraction","crc","decomposition","encapsulation","generalization","inheritanc","java","object-oriented-analasis-design","oop","oop-principles","uml"],"created_at":"2024-11-08T13:34:32.505Z","updated_at":"2026-03-29T13:30:19.319Z","avatar_url":"https://github.com/m7moudGadallah.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning Object Oriented Design - Coursera UOA\n\n\u003c!-- TOC --\u003e\n\n- [Learning Object Oriented Design - Coursera UOA](#learning-object-oriented-design---coursera-uoa)\n  - [Description](#description)\n  - [Course Topics](#course-topics)\n    - [Course Overview](#course-overview)\n    - [Module 1: Object-oriented analysis and design](#module-1-object-oriented-analysis-and-design)\n    - [Module 2: Object-Oriented Modelling](#module-2-object-oriented-modelling)\n    - [Module 3: Design Principles](#module-3-design-principles)\n  - [Materials](#materials)\n  - [Getting Started](#getting-started)\n  - [License](#license)\n  - [Acknowledgements](#acknowledgements)\n\n\u003c!-- /TOC --\u003e\n\n## Description\n\nWelcome to my personal repository for learning Object Oriented Design through the Coursera course [Object-Oriented Design](https://www.coursera.org/learn/object-oriented-design/home/). Within this repository, I am organizing a collection of my notes, assignment solutions and projects.\n\n## Course Topics\n\n### Course Overview\n\n- Introduction to the course and its objectives.\n\n### Module 1: Object-oriented analysis and design\n\n- Object-Oriented Thinking\n- Design in the Software Process\n- Requirements\n- Design\n- Compromise in Requirements and Design\n- Design for Quality Attributes\n- Trade-offs\n- Context and Consequences\n- Satisfying Qualities\n- Compromise\n- Class Responsibility Collaborator (CRC) Cards\n- Prototyping and Simulation\n\n### Module 2: Object-Oriented Modelling\n\n- Creating Models in Design\n- Evolution of Programming Languages\n- Four Design Principles\n  - Abstraction\n  - Encapsulation\n  - Decomposition\n  - Generalization\n- Design Structure in Java and UML Class Diagrams\n  - Abstraction\n  - Encapsulation\n  - Decomposition\n  - Generalization\n\n### Module 3: Design Principles\n\n- Evaluating Design Complexity\n- Coupling\n- Cohesion\n- Separation of Concerns\n- Information Hiding\n- Conceptual Integrity\n- Generalization Principles\n- Specialized UML class diagrams\n- UML Sequence Diagrams\n- UML State Diagrams\n- Model Checking\n\n**_[\u0026uarr;top](#learning-object-oriented-design---coursera-uoa)_**\n\n## Materials\n\n- **_[Notes](https://docs.google.com/document/d/1gBDyQPzb4uj2716dnYmfrbkA1wjJnRebMxVP9Yat0og/edit?usp=sharing)_**\n- **_[Assignments](./assignments/README.md)_**\n\n**_[\u0026uarr;top](#learning-object-oriented-design---coursera-uoa)_**\n\n## Getting Started\n\nTo get started with this repository, follow these steps:\n\n1. Clone this repository to your local machine using:\n\n   \u003e git clone https://github.com/your-username/Learning-Object-Oriented-Design-Coursera-UOA.git\n\n2. Navigate to specific directories for notes, assignments, and projects.\n\n**_[\u0026uarr;top](#learning-object-oriented-design---coursera-uoa)_**\n\n## License\n\nThis repository is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the contents of this repository for educational purposes.\n\n**_[\u0026uarr;top](#learning-object-oriented-design---coursera-uoa)_**\n\n## Acknowledgements\n\nWe would like to express our gratitude to the instructors, course creators, and Coursera for providing this valuable learning opportunity.\n\nHappy learning!\n\n**_[\u0026uarr;top](#learning-object-oriented-design---coursera-uoa)_**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm7moudgadallah%2Flearning-object-oriented-design-coursera-uoa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm7moudgadallah%2Flearning-object-oriented-design-coursera-uoa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm7moudgadallah%2Flearning-object-oriented-design-coursera-uoa/lists"}