Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CSE564 Lecture 15

CSE564 Lecture 15

Software Design
Midterm Review
(202210)

Javier Gonzalez-Sanchez

September 15, 2020
Tweet

More Decks by Javier Gonzalez-Sanchez

Other Decks in Programming

Transcript

  1. jgs CSE 564 Software Design Lecture 15: Midterm Review Dr.

    Javier Gonzalez-Sanchez [email protected] javiergs.engineering.asu.edu | javiergs.com PERALTA 230U Office Hours: By appointment
  2. jgs The following slides shows some examples related to some

    topics This is NOT a comprehensive list of topics Topics in the exam can be found Weeks 1 to 9 (Lectures 1 to 16)
  3. jgs 564 00010000 4. Teaching Object-Oriented Thinking Association Directed Association

    Reflexive Association Multiplicity Aggregation Composition Generalization Realization
  4. jgs 564 00010000 5. Design Patterns § Solutions to software

    design problems you find again and again in real-world application development. § Reusable designs and interactions between objects. § Behavior, Creation, Structure
  5. jgs 564 00010000 From the Assignments § Programming with Java

    § Clean Code (basics) § GUI in Java (Swing / AWT) § Patterns in Java Libraries / Frameworks
  6. jgs 564 00010000 Assignment 03 – Decorator Pattern Main PlotPanel

    Observer Drawable SimplePlot DecoratedPlot MarkedPlot BarPlot
  7. jgs CSE 564 Software Design Javier Gonzalez-Sanchez, Ph.D. [email protected] Fall

    2021 Copyright. These slides can only be used as study material for the class CSE564 at ASU. They cannot be distributed or used for another purpose.