├── Part_01_Courses └── Course_01_Udacity_Software Development Process_From idea To Product │ ├── Les_00_Additional Resourses │ └── PDF From My Faculty │ │ ├── Chapter1-Intro.pdf │ │ ├── Chapter2-SDLC.pdf │ │ ├── Chapter3-Requirements.pdf │ │ ├── Chapter5-Design.pdf │ │ ├── Chapter6-coding-1.pdf │ │ └── Chapter7-Testing-1.pdf │ ├── Les_01_Introduction and Overview │ ├── MainPoints.txt │ └── Q_A │ │ ├── Q_00 │ │ └── 1.JPG │ │ ├── Q_06 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ └── 3.JPG │ │ ├── Q_07 │ │ └── 1.JPG │ │ ├── Q_08 │ │ └── 1.JPG │ │ └── Q_09 │ │ └── 1.JPG │ ├── Les_02_Life Cycle Models │ ├── MainPoints.txt │ └── Q_A │ │ ├── Q_01 │ │ ├── 1.JPG │ │ └── 2.JPG │ │ ├── Q_010 │ │ └── 1.JPG │ │ ├── Q_011 │ │ └── 1.JPG │ │ ├── Q_012 │ │ └── 1.JPG │ │ ├── Q_013 │ │ └── 1.JPG │ │ ├── Q_014 │ │ └── 1.JPG │ │ ├── Q_015 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ ├── 3.JPG │ │ └── 4.JPG │ │ ├── Q_017 │ │ └── 1.JPG │ │ ├── Q_018 │ │ └── 1.JPG │ │ ├── Q_019 │ │ └── 1.JPG │ │ ├── Q_02 │ │ └── 1.JPG │ │ ├── Q_020 │ │ └── 1.JPG │ │ ├── Q_021 │ │ └── 1.JPG │ │ ├── Q_03 │ │ └── 1.JPG │ │ ├── Q_04 │ │ └── 1.JPG │ │ ├── Q_05 │ │ └── 1.JPG │ │ ├── Q_07 │ │ └── 1.JPG │ │ └── Q_08 │ │ └── 1.JPG │ ├── Les_03_Requirements │ ├── External Resources │ │ └── Software Requirements.pdf │ ├── MainPoints.txt │ ├── Q_A │ │ ├── Q_010 │ │ │ ├── 1.JPG │ │ │ └── 2.JPG │ │ ├── Q_011 │ │ │ └── 1.JPG │ │ ├── Q_012 │ │ │ └── 1.JPG │ │ ├── Q_013 │ │ │ └── 1.JPG │ │ ├── Q_014 │ │ │ └── 1.JPG │ │ ├── Q_015 │ │ │ └── 1.JPG │ │ ├── Q_016 │ │ │ └── 1.JPG │ │ ├── Q_017 │ │ │ └── 1.JPG │ │ ├── Q_018 │ │ │ ├── 1.JPG │ │ │ └── 2.JPG │ │ ├── Q_03 │ │ │ ├── 1.JPG │ │ │ ├── 2.JPG │ │ │ └── 3.JPG │ │ ├── Q_04 │ │ │ └── 1.JPG │ │ ├── Q_05 │ │ │ └── 1.JPG │ │ ├── Q_06 │ │ │ ├── 1.JPG │ │ │ └── 2.JPG │ │ ├── Q_07 │ │ │ ├── 1.JPG │ │ │ └── 2.JPG │ │ └── Q_08 │ │ │ └── 1.JPG │ └── Real Examples │ │ ├── Example_01 │ │ ├── Software Requirements, Inc_.pdf │ │ └── Templates │ │ │ ├── Template with Real Example.pdf │ │ │ ├── br.docx │ │ │ └── br.pdf │ │ ├── Example_02 │ │ └── SRS.pdf │ │ ├── Example_03 │ │ └── SRSExample-webapp.doc │ │ └── MainPoints.txt │ ├── Les_04_OO Software Engineering and UML │ ├── FULL Example │ │ └── UML Diagram Templates and Examples _ Lucidchart Blog.pdf │ ├── MainPoints.txt │ └── Q-A │ │ ├── Q_010 │ │ └── UML Overview.pdf │ │ ├── Q_014 │ │ └── UML - Building Blocks.pdf │ │ ├── Q_015 │ │ └── UML - Modeling Types.pdf │ │ ├── Q_016 │ │ └── UML - Basic Notations.pdf │ │ ├── Q_017 │ │ └── UML - Standard Diagrams.pdf │ │ ├── Q_018 │ │ ├── 1.JPG │ │ ├── 10.JPG │ │ ├── 11.JPG │ │ ├── 2.JPG │ │ ├── 3.JPG │ │ ├── 4.JPG │ │ ├── 5.JPG │ │ ├── 6.JPG │ │ ├── 7.JPG │ │ ├── 8.JPG │ │ ├── 9.JPG │ │ └── UML - Class Diagram.pdf │ │ ├── Q_02 │ │ ├── 4 major principles of Object-Oriented Programming _ Raymond Lewallen.pdf │ │ ├── Four Principles of Object-Oriented Programming with Examples in Java - Scott Pantall.pdf │ │ ├── The Four Principle of Object Oriented Programming – Ben Jacobs – Medium.pdf │ │ └── What do the 4 principles of OOP mean_ - Quora.pdf │ │ ├── Q_020 │ │ └── 1.JPG │ │ ├── Q_021 │ │ └── 1.JPG │ │ ├── Q_022 │ │ └── 1.JPG │ │ ├── Q_023 │ │ ├── 1.JPG │ │ └── 2.JPG │ │ ├── Q_024 │ │ └── 1.JPG │ │ ├── Q_025 │ │ └── 1.JPG │ │ ├── Q_026 │ │ ├── Component Diagram Tutorial _ Lucidchart.pdf │ │ ├── Component Diagram Tutorial.pdf │ │ ├── Sparx Systems - UML 2 Tutorial - Component Diagram.pdf │ │ ├── UML Diagram Types With Examples for Each Type of UML Diagrams.pdf │ │ └── example │ │ │ ├── 1.pdf │ │ │ ├── 2.pdf │ │ │ └── 3.pdf │ │ ├── Q_027 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ └── UML - Deployment Diagrams.pdf │ │ ├── Q_028 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ └── UML - Use Case Diagrams.pdf │ │ ├── Q_029 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ ├── 3.JPG │ │ └── 4.JPG │ │ ├── Q_03 │ │ └── 1.JPG │ │ ├── Q_030 │ │ ├── 1.JPG │ │ └── 2.JPG │ │ ├── Q_031 │ │ ├── 1.JPG │ │ └── 2.JPG │ │ ├── Q_032 │ │ └── 1.JPG │ │ ├── Q_033 │ │ └── 1.JPG │ │ ├── Q_034 │ │ ├── 1.JPG │ │ ├── Examples │ │ │ └── Facebook Web User Authentication UML sequence diagram example_.pdf │ │ ├── Sequence Diagrams - What is a Sequence Diagram_.pdf │ │ ├── Sequence diagram - Wikipedia.pdf │ │ ├── UML - Interaction Diagrams.pdf │ │ └── Unified Modeling Language (UML) _ Sequence Diagrams - GeeksforGeeks.pdf │ │ ├── Q_035 │ │ ├── uml - Sequence Diagram vs Usecase Diagram - Stack Overflow.pdf │ │ └── usecaseandsequencediagram.pdf │ │ ├── Q_036 │ │ ├── 1.JPG │ │ └── 2.JPG │ │ ├── Q_04 │ │ └── 1.JPG │ │ ├── Q_05 │ │ └── 1.JPG │ │ ├── Q_06 │ │ └── 1.JPG │ │ ├── Q_07 │ │ └── 1.JPG │ │ ├── Q_08 │ │ ├── 01_Text Requirements.JPG │ │ ├── UML Tutorial.pdf │ │ └── Unified Modeling Language - Wikipedia.pdf │ │ └── Q_09 │ │ ├── Software Analysis & Design Tools.pdf │ │ ├── Software Design Basics.pdf │ │ ├── Software User Interface Design.pdf │ │ ├── Software design - Wikipedia.pdf │ │ ├── Systems analysis and design - Wikipedia.pdf │ │ └── What is software design_ - Quora.pdf │ ├── Les_05_Software Architecture │ ├── MainPoints.txt │ └── Q-A │ │ ├── Q_01 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ ├── 3.JPG │ │ ├── Quora.pdf │ │ ├── Software Architect CA │ │ │ ├── 1.JPG │ │ │ ├── 2.JPG │ │ │ └── 3.JPG │ │ ├── Software Design vs. Software Architecture - Stack Overflow.pdf │ │ └── softwarearchitecturevsdesign.pdf │ │ ├── Q_010 │ │ └── 1.JPG │ │ ├── Q_02 │ │ └── 1.JPG │ │ ├── Q_03 │ │ └── 1.JPG │ │ ├── Q_04 │ │ └── 1.JPG │ │ ├── Q_05 │ │ └── 1.JPG │ │ ├── Q_06 │ │ └── 1.JPG │ │ ├── Q_07 │ │ └── 1.JPG │ │ ├── Q_08 │ │ ├── 1.JPG │ │ └── 2.JPG │ │ └── Q_09 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ ├── 3.JPG │ │ └── 4.JPG │ ├── Les_06_A Tale Of Analysis And Design │ ├── MainPoints.txt │ └── Q-A │ │ ├── Q_01 │ │ └── 1.JPG │ │ ├── Q_010 │ │ └── 1.JPG │ │ ├── Q_02 │ │ ├── 1.JPG │ │ ├── 10.JPG │ │ ├── 11.JPG │ │ ├── 12.JPG │ │ ├── 13.JPG │ │ ├── 14.JPG │ │ ├── 15.JPG │ │ ├── 16.JPG │ │ ├── 17.JPG │ │ ├── 18.JPG │ │ ├── 19.JPG │ │ ├── 2.JPG │ │ ├── 20.JPG │ │ ├── 21.JPG │ │ ├── 22.JPG │ │ ├── 23.JPG │ │ ├── 3.JPG │ │ ├── 4.JPG │ │ ├── 5.JPG │ │ ├── 6.JPG │ │ ├── 7.JPG │ │ ├── 8.JPG │ │ └── 9.JPG │ │ ├── Q_03 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ ├── 3.JPG │ │ └── 4.JPG │ │ ├── Q_04 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ ├── 3.JPG │ │ ├── 4.JPG │ │ ├── 5.JPG │ │ └── 6.JPG │ │ ├── Q_05 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ ├── 3.JPG │ │ └── 4.JPG │ │ ├── Q_07 │ │ ├── 0.JPG │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ ├── 3.JPG │ │ ├── 4.JPG │ │ ├── 5.JPG │ │ └── 6.JPG │ │ ├── Q_08 │ │ └── 1.JPG │ │ └── Q_09 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ └── 3.JPG │ ├── Les_07_ Design Patterns │ ├── MainPoints.txt │ └── Q-A │ │ ├── Q_01 │ │ ├── 1.JPG │ │ └── 2.JPG │ │ ├── Q_02 │ │ ├── Design Pattern Overview.pdf │ │ └── Software design pattern - Wikipedia.pdf │ │ ├── Q_03 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ └── 3.JPG │ │ ├── Q_04 │ │ └── 1.JPG │ │ ├── Q_05 │ │ ├── 1.JPG │ │ ├── 2.JPG │ │ ├── 3.JPG │ │ └── Design Pattern Factory Pattern.pdf │ │ ├── Q_06 │ │ ├── 1.JPG │ │ ├── 10.JPG │ │ ├── 11.JPG │ │ ├── 12.JPG │ │ ├── 13.JPG │ │ ├── 2.JPG │ │ ├── 3.JPG │ │ ├── 4.JPG │ │ ├── 5.JPG │ │ ├── 6.JPG │ │ ├── 7.JPG │ │ ├── 8.JPG │ │ └── 9.JPG │ │ ├── Q_07 │ │ └── 1.JPG │ │ ├── Q_08 │ │ └── 1.JPG │ │ └── Q_09 │ │ └── 1.JPG │ ├── Les_08_Test │ ├── ch_01_General Consepts │ │ ├── MainPoints.txt │ │ └── Q-A │ │ │ ├── Q_01 │ │ │ ├── 1.JPG │ │ │ ├── 2.JPG │ │ │ ├── 3.JPG │ │ │ ├── 4.JPG │ │ │ ├── TutorialsPoint │ │ │ │ ├── 01_Software Testing Tutorial.pdf │ │ │ │ ├── 02_Software Testing - Overview.pdf │ │ │ │ └── 03_Software Testing - Myths.pdf │ │ │ └── verification vs validation │ │ │ │ ├── 1.JPG │ │ │ │ ├── 2.JPG │ │ │ │ ├── Verification vs Validation.pdf │ │ │ │ └── Verification vs Validation_2.pdf │ │ │ ├── Q_02 │ │ │ ├── 1.JPG │ │ │ ├── 2.JPG │ │ │ ├── 3.JPG │ │ │ ├── 4.JPG │ │ │ ├── 5.JPG │ │ │ ├── 6.JPG │ │ │ ├── 7.JPG │ │ │ ├── 8.JPG │ │ │ ├── Fault, Error and Failure.pdf │ │ │ ├── Quora.pdf │ │ │ ├── Software Testing_.pdf │ │ │ ├── Types of Errors in Programming - The Crazy Programmer.pdf │ │ │ ├── Types of program errors.pdf │ │ │ └── exp1-150711142000-lva1-app6891.pdf │ │ │ ├── Q_03 │ │ │ ├── 1.JPG │ │ │ ├── 2.JPG │ │ │ ├── 3.JPG │ │ │ ├── 4.JPG │ │ │ └── 5.JPG │ │ │ ├── Q_04 │ │ │ ├── 1.JPG │ │ │ ├── 2.JPG │ │ │ ├── 3.JPG │ │ │ └── 4.JPG │ │ │ ├── Q_05 │ │ │ └── 1.JPG │ │ │ ├── Q_06 │ │ │ ├── 1.JPG │ │ │ ├── Acceptance Testing -tp.pdf │ │ │ ├── Acceptance Testing.pdf │ │ │ ├── Alpha Testing And Beta Testing.pdf │ │ │ ├── Alpha Testing Vs Beta Testing.pdf │ │ │ ├── Software Testing - Levels.pdf │ │ │ ├── What is Alpha Testing and Beta Testing.pdf │ │ │ └── alphabetaandacceptancetesting-180111182220.pdf │ │ │ └── Q_07 │ │ │ ├── 1.JPG │ │ │ ├── 2.JPG │ │ │ ├── 3.JPG │ │ │ ├── Black Box Testing Vs. White Box Testing_ Key Differences.pdf │ │ │ ├── Black-box vs White-box Testing.pdf │ │ │ ├── Difference between Black Box Testing and White Box Testing.pdf │ │ │ ├── Differences Between Black Box Testing and White Box Testing.pdf │ │ │ └── qa - Black box vs White box Testing.pdf │ ├── ch_02_Black-Box Testing │ │ ├── MainPoints.txt │ │ └── Q-A │ │ │ ├── Q_01 │ │ │ └── 1.JPG │ │ │ ├── Q_02 │ │ │ ├── 1.JPG │ │ │ ├── 2.JPG │ │ │ ├── 3.JPG │ │ │ ├── 4.JPG │ │ │ ├── An In-depth Tutorial with Examples and Techniques — Software Testing Help.pdf │ │ │ └── Guru99 │ │ │ │ ├── 1.JPG │ │ │ │ ├── 10.JPG │ │ │ │ ├── 11.JPG │ │ │ │ ├── 12.JPG │ │ │ │ ├── 13.JPG │ │ │ │ ├── 14.JPG │ │ │ │ ├── 15.JPG │ │ │ │ ├── 16.JPG │ │ │ │ ├── 17.JPG │ │ │ │ ├── 18.JPG │ │ │ │ ├── 19.JPG │ │ │ │ ├── 2.JPG │ │ │ │ ├── 3.JPG │ │ │ │ ├── 4.JPG │ │ │ │ ├── 5.JPG │ │ │ │ ├── 6.JPG │ │ │ │ ├── 7.JPG │ │ │ │ ├── 8.JPG │ │ │ │ ├── 9.JPG │ │ │ │ └── What is BLACK Box Testing_ Techniques, Example & Types.pdf │ │ │ └── Q_03 │ │ │ ├── Guru99 │ │ │ └── Decision Table Testing_ Learn with Example.pdf │ │ │ ├── Software Test and Training │ │ │ ├── Cause and Effect Analysis │ │ │ │ ├── 1.JPG │ │ │ │ ├── 2.JPG │ │ │ │ ├── 3.JPG │ │ │ │ ├── 4.JPG │ │ │ │ ├── 5.JPG │ │ │ │ └── 6.JPG │ │ │ ├── Decision Table │ │ │ │ ├── 1.JPG │ │ │ │ ├── 10.JPG │ │ │ │ ├── 11.JPG │ │ │ │ ├── 12.JPG │ │ │ │ ├── 13.JPG │ │ │ │ ├── 2.JPG │ │ │ │ ├── 3.JPG │ │ │ │ ├── 4.JPG │ │ │ │ ├── 5.JPG │ │ │ │ ├── 6.JPG │ │ │ │ ├── 7.JPG │ │ │ │ ├── 8.JPG │ │ │ │ └── 9.JPG │ │ │ ├── Equivalence Partitioning and Boundary Value Analysis │ │ │ │ ├── 1.JPG │ │ │ │ ├── 2.JPG │ │ │ │ ├── 3.JPG │ │ │ │ ├── 4.JPG │ │ │ │ ├── 5.JPG │ │ │ │ ├── 6.JPG │ │ │ │ ├── 7.JPG │ │ │ │ └── 8.JPG │ │ │ └── State Transition │ │ │ │ ├── 1.JPG │ │ │ │ ├── 2.JPG │ │ │ │ ├── 3.JPG │ │ │ │ ├── 4.JPG │ │ │ │ ├── 5.JPG │ │ │ │ └── 6.JPG │ │ │ ├── SoftwareEngineeringHelp │ │ │ ├── 01_An In-depth Tutorial with Examples and Techniques.pdf │ │ │ ├── 02_Boundary value analysis and Equivalence partitioning.pdf │ │ │ ├── 03_Decision Table Technique.pdf │ │ │ ├── 04_Error Guessing Technique.pdf │ │ │ ├── 04_State Transition Diagram with Examples.pdf │ │ │ └── 05_Cause and Effect Graph.pdf │ │ │ ├── TutorialsPoint │ │ │ ├── Cause-Effect Graph.pdf │ │ │ └── State Transition Testing.pdf │ │ │ └── Wikipedia │ │ │ └── Black-box testing - Wikipedia.pdf │ └── ch_03_White Box Testing │ │ └── PDF │ │ ├── White Box Testing.pdf │ │ └── White box Testing tp.pdf │ └── Les_09_Agile │ └── ch_00_SDLC Models │ └── Software Models │ ├── ALL │ ├── Mohamed Sami.pdf │ └── TutorialsPoint │ │ └── SDLC Software Prototype Model.pdf │ ├── Iterative Incremental Model │ ├── SDLC Iterative Incremental Model.pdf │ └── What is Incremental model-.pdf │ ├── Prototype │ ├── Evolutionary-Prototyping.jpg │ ├── Prototype model of SDLC.pdf │ ├── Prototyping Model - GeeksforGeeks.pdf │ ├── Prototyping Model in Software Engineering.pdf │ ├── Software prototyping - Wikipedia.pdf │ ├── Throw-away-Prototyping-Approach.jpg │ ├── What is Prototype model.pdf │ └── What is the prototype model_.pdf │ └── Spiral │ ├── GeeksforGeeks.pdf │ ├── Spiral Model.pdf │ ├── Spiral.pdf │ ├── What is Spiral model.pdf │ └── p vs s.pdf ├── Part_02_Articles ├── ch_00_User Stories Examples │ ├── 1 │ │ ├── link.txt │ │ └── pdf.pdf │ ├── 2 │ │ ├── link.txt │ │ └── writing-good-user-stories.pdf │ ├── 3 │ │ ├── User-Stories-ATM.pdf │ │ └── link.txt │ └── 4 │ │ ├── definingtasks-151022144313-lva1-app6891.pdf │ │ └── link.txt ├── ch_01_Attlassian Agile Coash │ ├── sec_01_Project Management │ │ ├── a_01_Overview │ │ │ ├── Get started with agile project management _ Atlassian.pdf │ │ │ └── Link.txt │ │ ├── a_02_Program │ │ │ ├── Waterfall vs agile_ How to run an agile program _ Atlassian.pdf │ │ │ └── link.txt │ │ ├── a_03_Workflow │ │ │ ├── Get started building an agile workflow _ Atlassian.pdf │ │ │ └── link.txt │ │ ├── a_04_Epics_Stories_Themes │ │ │ ├── Epics, Stories, Themes, and Initiatives _ Atlassian.pdf │ │ │ └── link.txt │ │ ├── a_05_Epics │ │ │ ├── Epics _ Atlassian.pdf │ │ │ └── link.txt │ │ ├── a_06_User Story │ │ │ ├── User Stories _ Atlassian.pdf │ │ │ └── link.txt │ │ ├── a_07_Estimation │ │ │ ├── LINK.txt │ │ │ └── Secrets to agile estimation and story points _ Atlassian.pdf │ │ └── a_08_Metrics │ │ │ ├── Five agile metrics you won't hate _ Atlassian.pdf │ │ │ └── link.txt │ ├── sec_02_advantage │ │ ├── a_01_Overview │ │ │ └── link.txt │ │ ├── a_02_Connecting business strategy to development reality │ │ │ ├── Connecting business strategy to development reality.pdf │ │ │ └── link.txt │ │ ├── a_03_agile is the competitive advantage for a digital age │ │ │ ├── HBR on why agile is a competitive advantage _ Atlassian.pdf │ │ │ └── link.txt │ │ └── a_04_Going Agile │ │ │ ├── Stop _going agile_! _ Atlassian.pdf │ │ │ └── link.txt │ └── sec_09_Scrum │ │ ├── a_01_Overview │ │ ├── Scrum_ What It Is, What It’s Not, & Why It’s Awesome - Atlassian.pdf │ │ └── link.txt │ │ ├── a_02_Sprints │ │ ├── Sprints _ Atlassian.pdf │ │ └── link.txt │ │ ├── a_03_ceremonies │ │ ├── Four agile ceremonies, demystified _ Atlassian.pdf │ │ └── link.txt │ │ ├── a_04_Backlogs │ │ ├── LINK.txt │ │ └── The product backlog_ your ultimate to-do list _ Atlassian.pdf │ │ ├── a_05_Sprint Review │ │ ├── Three steps to better sprint reviews _ Atlassian.pdf │ │ └── link.txt │ │ ├── a_06_Standups │ │ ├── Standups for agile teams _ Atlassian.pdf │ │ └── link.txt │ │ ├── a_07_Scrum Master │ │ ├── What is a Scrum Master_ _ Atlassian.pdf │ │ └── link.txt │ │ └── a_08_retrospectives │ │ ├── Agile retrospectives_ Use the past to define the future.pdf │ │ └── link.txt └── ch_02_Scrum Guide │ ├── 2017-Scrum-Guide-US.pdf │ ├── Scrum Guide _ Scrum Guides.pdf │ └── _MainPoints │ ├── MainPoints.txt │ └── Q_A │ ├── Q_01 │ ├── (1_1) Who writes user stories in Agile with Scrum_ - Quora.pdf │ ├── 10 Tips for Writing Good User Stories.pdf │ └── User Stories and User Story Examples by Mike Cohn.pdf │ ├── Q_02 │ ├── 7 Key Product Owner Responsibilities _ Lucidchart Blog.pdf │ ├── Scrum Product Owner_ The Agile Product Owner’s Role.pdf │ └── The Product Owner - Top 10 Responsibilities - DZone Agile.pdf │ └── Q_03 │ └── Selecting PBI for the Sprint Backlog _ Scrum.org.pdf └── _My ├── ch_01_Intro To Software and Software Engineering └── _MainPoints │ ├── MainPoints.txt │ └── Q_A │ ├── Q_01 │ └── 1.PNG │ ├── Q_02 │ ├── 1.PNG │ ├── 2.PNG │ ├── 3.PNG │ ├── 4.PNG │ ├── 5.PNG │ ├── 6.PNG │ └── 7.PNG │ ├── Q_03 │ ├── 1.PNG │ └── 2.PNG │ ├── Q_04 │ ├── 1.PNG │ ├── 2.PNG │ ├── 3.PNG │ └── 4.PNG │ ├── Q_05 │ ├── 1.PNG │ ├── 2.PNG │ ├── 3.PNG │ ├── 4.PNG │ ├── 5.PNG │ └── 6.PNG │ └── Q_06 │ ├── 1.PNG │ ├── 10.PNG │ ├── 11.PNG │ ├── 2.PNG │ ├── 3.PNG │ ├── 4.PNG │ ├── 5.PNG │ ├── 6.PNG │ ├── 7.PNG │ ├── 8.PNG │ └── 9.PNG ├── ch_02_Review of OOP └── Slides │ ├── 1.PNG │ ├── 10.PNG │ ├── 11.PNG │ ├── 12.PNG │ ├── 13.PNG │ ├── 14.PNG │ ├── 15.PNG │ ├── 16.PNG │ ├── 17.PNG │ ├── 18.PNG │ ├── 19.PNG │ ├── 2.PNG │ ├── 20.PNG │ ├── 21.PNG │ ├── 22.PNG │ ├── 23.PNG │ ├── 24.PNG │ ├── 25.PNG │ ├── 26.PNG │ ├── 27.PNG │ ├── 28.PNG │ ├── 3.PNG │ ├── 4.PNG │ ├── 5.PNG │ ├── 6.PNG │ ├── 7.PNG │ ├── 8.PNG │ └── 9.PNG ├── ch_03_Requirements ├── Sec_01_Domain analysis │ └── _MainPoints │ │ ├── MainPoints.txt │ │ └── Q_A │ │ ├── Q_01 │ │ └── 1.png │ │ ├── Q_02 │ │ └── 1.png │ │ ├── Q_03 │ │ └── 1.png │ │ ├── Q_04 │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png │ │ ├── Q_05 │ │ └── 1.png │ │ └── Q_06 │ │ └── 1.png ├── Sec_02_Requirements Analysis │ └── _MainPoints │ │ ├── MainPoints.txt │ │ └── Q_A │ │ ├── Q_00 │ │ ├── 1.pdf │ │ └── 2.pdf │ │ ├── Q_01 │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png │ │ ├── Q_02 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ ├── Q_04 │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png │ │ ├── Q_05 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ ├── Q_06 │ │ └── 1.png │ │ └── Q_07 │ │ └── 1.png ├── Sec_03_Use Cases │ └── _MainPoints │ │ ├── MainPoints.txt │ │ └── Q_A │ │ ├── Q_01 │ │ ├── 1.png │ │ └── 2.png │ │ ├── Q_02 │ │ ├── 2 │ │ │ ├── 1.PNG │ │ │ └── 2.png │ │ └── 1.png │ │ ├── Q_03 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ │ ├── Q_04 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ └── 8.png │ │ └── Q_05 │ │ └── 1.pdf └── Sec_04_Gathering Requirements │ └── _MainPoints │ ├── MainPoints.txt │ └── Q_A │ ├── Q_01 │ ├── 1.png │ ├── 2.png │ └── 3.png │ ├── Q_02 │ └── 1.png │ ├── Q_03 │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ └── 7.png │ ├── Q_04 │ └── 1.png │ ├── Q_05 │ ├── 1.png │ ├── 2.png │ └── 3.png │ ├── Q_06 │ ├── 1.png │ ├── 2.png │ └── 3.png │ ├── Q_07 │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ └── 7.png │ └── Q_09 │ └── 1.png ├── ch_04_Software Architecture and Software Design ├── ch_01_Intro │ └── _MainPoints │ │ ├── MainPoints.txt │ │ └── Q_A │ │ ├── Q_01 │ │ └── 1.pdf │ │ ├── Q_010 │ │ └── 1.png │ │ ├── Q_02 │ │ ├── 1 │ │ │ ├── SLIDE-1.png │ │ │ └── SLIDE-2.PNG │ │ ├── 2.pdf │ │ ├── 3.pdf │ │ └── 4.pdf │ │ ├── Q_03 │ │ ├── 1 │ │ │ ├── 1.png │ │ │ └── 2.png │ │ ├── 2 │ │ │ └── 1.png │ │ └── 3 │ │ │ └── 1.png │ │ ├── Q_04 │ │ ├── 1 │ │ │ ├── 1.png │ │ │ └── 2.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ ├── Q_05 │ │ └── 1.png │ │ ├── Q_06 │ │ └── 1.png │ │ ├── Q_07 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ │ ├── Q_08 │ │ └── 1.png │ │ └── Q_09 │ │ └── 1.png ├── ch_02_Modeling with Classes │ └── _MainPoints │ │ ├── MainPoints.txt │ │ └── Q_A │ │ ├── Q_01 │ │ ├── 1.png │ │ └── 2.png │ │ ├── Q_010 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ └── 6.png │ │ ├── Q_011 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ │ ├── Q_012 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ ├── Q_013 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ │ ├── Q_02 │ │ ├── 1.png │ │ └── 2.png │ │ ├── Q_03 │ │ ├── 1.png │ │ └── 2.png │ │ ├── Q_04 │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ │ ├── Q_05 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ └── 8.png │ │ ├── Q_06 │ │ ├── 1.png │ │ └── 2.png │ │ ├── Q_07 │ │ ├── 1.png │ │ └── 2.png │ │ ├── Q_08 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ │ └── Q_09 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png └── ch_03_Architecting and Designing Software │ └── _MainPoints │ ├── MainPoints.txt │ └── Q_A │ └── Q_01 │ ├── 1.PNG │ ├── 2.PNG │ ├── 3.PNG │ └── 4.PNG └── ch_05_Clean Code ├── ch_01_Clean Code └── _MainPoints │ ├── MainPoints.txt │ └── Q_A │ └── Q_01 │ ├── 1.pdf │ ├── 2.pdf │ └── slides │ ├── 1.png │ ├── 10.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ └── 9.png ├── ch_02_Meaningful Names └── _MainPoints │ ├── MainPoints.txt │ └── Q_A │ ├── Q_01 │ ├── 1.png │ └── 2.png │ ├── Q_010 │ └── 1.png │ ├── Q_011 │ └── 1.png │ ├── Q_012 │ └── 1.png │ ├── Q_013 │ ├── 1.png │ └── 2.PNG │ ├── Q_014 │ └── 1.PNG │ ├── Q_015 │ ├── 1.png │ ├── 2.PNG │ ├── 3.PNG │ ├── 4.PNG │ └── 5.PNG │ ├── Q_016 │ ├── 1.PNG │ └── 2.PNG │ ├── Q_017 │ └── 1.PNG │ ├── Q_02 │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ └── 6.png │ ├── Q_03 │ ├── 1.png │ ├── 2.png │ ├── 3.png │ └── 4.png │ ├── Q_04 │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ └── resources │ │ └── 1.pdf │ ├── Q_05 │ ├── 1.png │ └── 2.png │ ├── Q_06 │ ├── 1.png │ └── 2.png │ ├── Q_07 │ └── 1.png │ ├── Q_08 │ ├── 1.png │ └── 2.png │ └── Q_09 │ ├── 1.pdf │ ├── 1.png │ └── 2.pdf └── ch_03_Functions └── _MainPoints ├── MainPoints.txt └── Q_A ├── Q_01 ├── 1.png ├── 2.PNG ├── 3.PNG ├── 4.PNG └── 5.PNG ├── Q_011 └── 1.PNG ├── Q_012 └── 1.PNG ├── Q_013 └── 1.PNG ├── Q_014 └── 1.PNG ├── Q_015 └── 1.PNG ├── Q_016 └── 1.PNG ├── Q_017 ├── 1.PNG └── 2.PNG ├── Q_018 └── 1.PNG ├── Q_019 ├── 1.PNG └── 2.PNG ├── Q_02 ├── 1.PNG ├── 2.PNG ├── 3.PNG └── 4.PNG ├── Q_020 ├── 1.PNG ├── 2.PNG ├── 3.PNG └── 4.PNG ├── Q_021 └── 1.PNG ├── Q_03 └── 1.PNG ├── Q_04 ├── 1.PNG ├── 2.PNG ├── 3.PNG └── 4.PNG ├── Q_05 ├── 1.PNG └── 2.PNG ├── Q_06 └── 1.PNG ├── Q_07 ├── 1.PNG ├── 2.PNG ├── 3.PNG └── 4.PNG ├── Q_08 ├── 1.PNG └── 2.PNG ├── Q_09 ├── 1.PNG ├── 2.PNG └── 3.PNG └── Q_10 └── 1.PNG /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/MainPoints.txt -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_00/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_00/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_06/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_06/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_06/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_06/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_06/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_06/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_07/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_07/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_08/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_08/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_09/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_01_Introduction and Overview/Q_A/Q_09/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/MainPoints.txt -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_01/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_01/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_01/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_01/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_010/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_010/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_011/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_011/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_012/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_012/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_013/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_013/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_014/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_014/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_015/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_015/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_015/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_015/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_015/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_015/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_015/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_015/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_017/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_017/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_018/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_018/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_019/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_019/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_02/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_02/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_020/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_020/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_021/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_021/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_03/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_03/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_04/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_04/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_05/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_05/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_07/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_07/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_08/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_02_Life Cycle Models/Q_A/Q_08/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/MainPoints.txt -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_010/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_010/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_010/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_010/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_011/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_011/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_012/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_012/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_013/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_013/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_014/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_014/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_015/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_015/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_016/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_016/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_017/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_017/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_018/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_018/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_018/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_018/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_03/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_03/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_03/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_03/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_03/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_03/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_04/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_04/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_05/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_05/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_06/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_06/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_06/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_06/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_07/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_07/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_07/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_07/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_08/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Q_A/Q_08/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Real Examples/Example_02/SRS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Real Examples/Example_02/SRS.pdf -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Real Examples/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_03_Requirements/Real Examples/MainPoints.txt -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/MainPoints.txt -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/Q-A/Q_03/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/Q-A/Q_03/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/Q-A/Q_04/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/Q-A/Q_04/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/Q-A/Q_05/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/Q-A/Q_05/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/Q-A/Q_06/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/Q-A/Q_06/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/Q-A/Q_07/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_04_OO Software Engineering and UML/Q-A/Q_07/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/MainPoints.txt -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_01/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_01/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_01/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_01/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_01/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_01/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_01/Quora.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_01/Quora.pdf -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_010/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_010/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_02/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_02/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_03/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_03/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_04/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_04/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_05/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_05/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_06/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_06/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_07/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_07/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_08/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_08/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_08/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_08/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_09/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_09/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_09/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_09/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_09/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_09/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_09/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_05_Software Architecture/Q-A/Q_09/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/MainPoints.txt -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_01/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_01/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_010/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_010/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/10.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/10.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/11.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/11.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/12.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/12.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/13.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/13.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/14.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/14.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/15.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/15.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/16.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/16.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/17.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/17.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/18.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/18.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/19.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/19.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/20.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/20.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/21.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/21.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/22.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/22.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/23.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/23.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/5.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/6.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/7.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/8.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/8.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_02/9.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_03/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_03/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_03/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_03/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_03/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_03/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_03/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_03/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/5.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_04/6.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_05/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_05/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_05/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_05/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_05/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_05/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_05/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_05/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/0.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/0.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/5.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_06_A Tale Of Analysis And Design/Q-A/Q_07/6.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/MainPoints.txt -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_01/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_01/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_01/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_01/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_03/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_03/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_03/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_03/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_03/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_03/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_04/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_04/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_05/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_05/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_05/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_05/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_05/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_05/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/10.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/10.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/11.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/11.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/12.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/12.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/13.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/13.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/5.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/6.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/7.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/8.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/8.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_06/9.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_07/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_07/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_08/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_08/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_09/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_07_ Design Patterns/Q-A/Q_09/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/MainPoints.txt -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_01/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_01/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_01/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_01/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_01/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_01/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_01/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_01/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/5.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/6.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/7.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/8.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_02/8.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_03/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_03/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_03/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_03/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_03/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_03/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_03/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_03/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_03/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_03/5.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_04/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_04/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_04/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_04/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_04/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_04/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_04/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_04/4.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_05/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_05/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_06/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_06/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_07/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_07/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_07/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_07/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_07/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_01_General Consepts/Q-A/Q_07/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/MainPoints.txt -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/Q-A/Q_01/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/Q-A/Q_01/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/Q-A/Q_02/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/Q-A/Q_02/1.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/Q-A/Q_02/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/Q-A/Q_02/2.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/Q-A/Q_02/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/Q-A/Q_02/3.JPG -------------------------------------------------------------------------------- /Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/Q-A/Q_02/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_01_Courses/Course_01_Udacity_Software Development Process_From idea To Product/Les_08_Test/ch_02_Black-Box Testing/Q-A/Q_02/4.JPG -------------------------------------------------------------------------------- /Part_02_Articles/ch_00_User Stories Examples/1/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_00_User Stories Examples/1/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_00_User Stories Examples/1/pdf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_00_User Stories Examples/1/pdf.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_00_User Stories Examples/2/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_00_User Stories Examples/2/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_00_User Stories Examples/2/writing-good-user-stories.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_00_User Stories Examples/2/writing-good-user-stories.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_00_User Stories Examples/3/User-Stories-ATM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_00_User Stories Examples/3/User-Stories-ATM.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_00_User Stories Examples/3/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_00_User Stories Examples/3/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_00_User Stories Examples/4/definingtasks-151022144313-lva1-app6891.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_00_User Stories Examples/4/definingtasks-151022144313-lva1-app6891.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_00_User Stories Examples/4/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_00_User Stories Examples/4/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_01_Overview/Link.txt: -------------------------------------------------------------------------------- 1 | https://www.atlassian.com/agile/project-management -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_02_Program/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_02_Program/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_03_Workflow/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_03_Workflow/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_04_Epics_Stories_Themes/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_04_Epics_Stories_Themes/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_05_Epics/Epics _ Atlassian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_05_Epics/Epics _ Atlassian.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_05_Epics/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_05_Epics/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_06_User Story/User Stories _ Atlassian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_06_User Story/User Stories _ Atlassian.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_06_User Story/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_06_User Story/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_07_Estimation/LINK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_07_Estimation/LINK.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_08_Metrics/Five agile metrics you won't hate _ Atlassian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_08_Metrics/Five agile metrics you won't hate _ Atlassian.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_08_Metrics/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_01_Project Management/a_08_Metrics/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_02_advantage/a_01_Overview/link.txt: -------------------------------------------------------------------------------- 1 | https://www.atlassian.com/agile/advantage -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_02_advantage/a_02_Connecting business strategy to development reality/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_02_advantage/a_02_Connecting business strategy to development reality/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_02_advantage/a_03_agile is the competitive advantage for a digital age/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_02_advantage/a_03_agile is the competitive advantage for a digital age/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_02_advantage/a_04_Going Agile/Stop _going agile_! _ Atlassian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_02_advantage/a_04_Going Agile/Stop _going agile_! _ Atlassian.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_02_advantage/a_04_Going Agile/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_02_advantage/a_04_Going Agile/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_01_Overview/link.txt: -------------------------------------------------------------------------------- 1 | https://www.atlassian.com/agile/scrum -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_02_Sprints/Sprints _ Atlassian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_02_Sprints/Sprints _ Atlassian.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_02_Sprints/link.txt: -------------------------------------------------------------------------------- 1 | https://www.atlassian.com/agile/scrum/sprints -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_03_ceremonies/Four agile ceremonies, demystified _ Atlassian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_03_ceremonies/Four agile ceremonies, demystified _ Atlassian.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_03_ceremonies/link.txt: -------------------------------------------------------------------------------- 1 | https://www.atlassian.com/agile/scrum/ceremonies -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_04_Backlogs/LINK.txt: -------------------------------------------------------------------------------- 1 | https://www.atlassian.com/agile/scrum/backlogs -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_04_Backlogs/The product backlog_ your ultimate to-do list _ Atlassian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_04_Backlogs/The product backlog_ your ultimate to-do list _ Atlassian.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_05_Sprint Review/Three steps to better sprint reviews _ Atlassian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_05_Sprint Review/Three steps to better sprint reviews _ Atlassian.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_05_Sprint Review/link.txt: -------------------------------------------------------------------------------- 1 | https://www.atlassian.com/agile/scrum/sprint-reviews -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_06_Standups/Standups for agile teams _ Atlassian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_06_Standups/Standups for agile teams _ Atlassian.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_06_Standups/link.txt: -------------------------------------------------------------------------------- 1 | https://www.atlassian.com/agile/scrum/standups -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_07_Scrum Master/What is a Scrum Master_ _ Atlassian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_07_Scrum Master/What is a Scrum Master_ _ Atlassian.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_07_Scrum Master/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_07_Scrum Master/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_08_retrospectives/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_01_Attlassian Agile Coash/sec_09_Scrum/a_08_retrospectives/link.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_02_Scrum Guide/2017-Scrum-Guide-US.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_02_Scrum Guide/2017-Scrum-Guide-US.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_02_Scrum Guide/Scrum Guide _ Scrum Guides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_02_Scrum Guide/Scrum Guide _ Scrum Guides.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_02_Scrum Guide/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_02_Scrum Guide/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_01/(1_1) Who writes user stories in Agile with Scrum_ - Quora.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_01/(1_1) Who writes user stories in Agile with Scrum_ - Quora.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_01/10 Tips for Writing Good User Stories.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_01/10 Tips for Writing Good User Stories.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_01/User Stories and User Story Examples by Mike Cohn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_01/User Stories and User Story Examples by Mike Cohn.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_02/7 Key Product Owner Responsibilities _ Lucidchart Blog.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_02/7 Key Product Owner Responsibilities _ Lucidchart Blog.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_02/Scrum Product Owner_ The Agile Product Owner’s Role.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_02/Scrum Product Owner_ The Agile Product Owner’s Role.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_02/The Product Owner - Top 10 Responsibilities - DZone Agile.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_02/The Product Owner - Top 10 Responsibilities - DZone Agile.pdf -------------------------------------------------------------------------------- /Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_03/Selecting PBI for the Sprint Backlog _ Scrum.org.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/Part_02_Articles/ch_02_Scrum Guide/_MainPoints/Q_A/Q_03/Selecting PBI for the Sprint Backlog _ Scrum.org.pdf -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_01/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_01/1.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/1.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/2.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/3.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/4.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/5.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/6.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_02/7.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_03/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_03/1.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_03/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_03/2.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_04/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_04/1.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_04/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_04/2.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_04/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_04/3.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_04/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_04/4.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/1.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/2.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/3.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/4.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/5.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_05/6.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/1.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/10.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/11.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/2.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/3.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/4.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/5.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/6.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/7.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/8.PNG -------------------------------------------------------------------------------- /_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_01_Intro To Software and Software Engineering/_MainPoints/Q_A/Q_06/9.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/1.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/10.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/11.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/12.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/13.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/13.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/14.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/14.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/15.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/15.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/16.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/17.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/18.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/18.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/19.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/19.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/2.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/20.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/20.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/21.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/21.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/22.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/22.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/23.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/23.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/24.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/24.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/25.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/25.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/26.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/26.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/27.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/27.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/28.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/28.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/3.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/4.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/5.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/6.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/7.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/8.PNG -------------------------------------------------------------------------------- /_My/ch_02_Review of OOP/Slides/9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_02_Review of OOP/Slides/9.PNG -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_01/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_01/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_02/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_02/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_03/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_03/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_04/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_04/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_04/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_04/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_04/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_04/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_05/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_05/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_06/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_01_Domain analysis/_MainPoints/Q_A/Q_06/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_00/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_00/1.pdf -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_00/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_00/2.pdf -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_01/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_01/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_01/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_01/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_01/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_01/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_02/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_02/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_02/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_02/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_02/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_02/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_02/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_02/4.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_04/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_04/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_04/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_04/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_04/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_04/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_05/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_05/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_05/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_05/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_05/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_05/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_05/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_05/4.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_06/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_06/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_07/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_02_Requirements Analysis/_MainPoints/Q_A/Q_07/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_01/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_01/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_01/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_01/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_02/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_02/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_02/2/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_02/2/1.PNG -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_02/2/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_02/2/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_03/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_03/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_03/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_03/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_03/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_03/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_03/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_03/4.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_03/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_03/5.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/4.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/5.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/6.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/7.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_04/8.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_05/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_03_Use Cases/_MainPoints/Q_A/Q_05/1.pdf -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_01/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_01/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_01/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_01/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_01/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_01/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_02/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_02/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/4.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/5.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/6.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_03/7.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_04/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_04/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_05/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_05/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_05/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_05/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_05/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_05/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_06/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_06/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_06/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_06/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_06/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_06/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/1.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/2.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/3.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/4.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/5.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/6.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_07/7.png -------------------------------------------------------------------------------- /_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_09/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_03_Requirements/Sec_04_Gathering Requirements/_MainPoints/Q_A/Q_09/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_01/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_01/1.pdf -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_010/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_010/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_02/1/SLIDE-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_02/1/SLIDE-1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_02/1/SLIDE-2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_02/1/SLIDE-2.PNG -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_02/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_02/2.pdf -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_02/3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_02/3.pdf -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_02/4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_02/4.pdf -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_03/1/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_03/1/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_03/1/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_03/1/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_03/2/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_03/2/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_03/3/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_03/3/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/1/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/1/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/1/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/1/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/3.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_04/4.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_05/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_05/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_06/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_06/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/3.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/4.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/5.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/6.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/7.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/8.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_07/9.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_08/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_08/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_09/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_01_Intro/_MainPoints/Q_A/Q_09/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_01/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_01/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_01/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_01/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/3.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/4.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/5.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_010/6.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/3.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/4.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/5.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/6.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_011/7.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_012/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_012/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_012/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_012/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_012/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_012/3.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_012/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_012/4.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/3.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/4.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/5.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/6.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_013/7.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_02/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_02/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_02/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_02/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_03/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_03/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_03/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_03/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/10.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/11.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/12.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/13.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/14.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/15.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/16.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/17.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/3.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/4.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/5.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/6.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/7.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/8.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_04/9.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/3.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/4.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/5.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/6.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/7.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_05/8.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_06/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_06/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_06/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_06/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_07/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_07/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_07/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_07/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/3.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/4.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/5.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/6.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_08/7.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_09/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_09/1.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_09/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_09/2.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_09/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_09/3.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_09/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_02_Modeling with Classes/_MainPoints/Q_A/Q_09/4.png -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_03_Architecting and Designing Software/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_03_Architecting and Designing Software/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_03_Architecting and Designing Software/_MainPoints/Q_A/Q_01/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_03_Architecting and Designing Software/_MainPoints/Q_A/Q_01/1.PNG -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_03_Architecting and Designing Software/_MainPoints/Q_A/Q_01/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_03_Architecting and Designing Software/_MainPoints/Q_A/Q_01/2.PNG -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_03_Architecting and Designing Software/_MainPoints/Q_A/Q_01/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_03_Architecting and Designing Software/_MainPoints/Q_A/Q_01/3.PNG -------------------------------------------------------------------------------- /_My/ch_04_Software Architecture and Software Design/ch_03_Architecting and Designing Software/_MainPoints/Q_A/Q_01/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_04_Software Architecture and Software Design/ch_03_Architecting and Designing Software/_MainPoints/Q_A/Q_01/4.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/1.pdf -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/2.pdf -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/10.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/2.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/3.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/4.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/5.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/6.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/7.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/8.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_01_Clean Code/_MainPoints/Q_A/Q_01/slides/9.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_01/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_01/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_01/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_01/2.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_010/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_010/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_011/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_011/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_012/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_012/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_013/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_013/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_013/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_013/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_014/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_014/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_015/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_015/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_015/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_015/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_015/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_015/3.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_015/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_015/4.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_015/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_015/5.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_016/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_016/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_016/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_016/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_017/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_017/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/2.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/3.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/4.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/5.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_02/6.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_03/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_03/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_03/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_03/2.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_03/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_03/3.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_03/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_03/4.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/2.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/3.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/4.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/5.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/6.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/7.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/resources/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_04/resources/1.pdf -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_05/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_05/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_05/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_05/2.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_06/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_06/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_06/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_06/2.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_07/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_07/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_08/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_08/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_08/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_08/2.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_09/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_09/1.pdf -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_09/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_09/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_09/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_02_Meaningful Names/_MainPoints/Q_A/Q_09/2.pdf -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/MainPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/MainPoints.txt -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_01/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_01/1.png -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_01/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_01/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_01/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_01/3.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_01/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_01/4.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_01/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_01/5.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_011/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_011/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_012/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_012/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_013/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_013/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_014/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_014/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_015/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_015/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_016/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_016/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_017/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_017/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_017/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_017/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_018/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_018/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_019/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_019/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_019/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_019/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_02/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_02/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_02/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_02/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_02/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_02/3.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_02/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_02/4.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_020/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_020/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_020/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_020/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_020/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_020/3.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_020/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_020/4.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_021/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_021/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_03/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_03/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_04/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_04/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_04/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_04/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_04/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_04/3.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_04/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_04/4.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_05/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_05/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_05/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_05/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_06/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_06/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_07/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_07/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_07/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_07/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_07/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_07/3.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_07/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_07/4.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_08/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_08/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_08/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_08/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_09/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_09/1.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_09/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_09/2.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_09/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_09/3.PNG -------------------------------------------------------------------------------- /_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_10/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahm7dKhalifa/Software_Engineering/HEAD/_My/ch_05_Clean Code/ch_03_Functions/_MainPoints/Q_A/Q_10/1.PNG --------------------------------------------------------------------------------