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

CSC305 Lecture 17

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

CSC305 Lecture 17

Individual Software Design and Development
Project
(202605)

Avatar for Javier Gonzalez-Sanchez

Javier Gonzalez-Sanchez PRO

November 20, 2025

More Decks by Javier Gonzalez-Sanchez

Other Decks in Programming

Transcript

  1. Dr. Javier Gonzalez-Sanchez [email protected] www.javiergs.info o ffi ce: 14 -227

    CSC 305 Individual Software Design and Development Lecture 17. Project
  2. Assignment 03 | Example 1 | Tab 1 3 Bo

    a rdP a nel M a in Controller M a in01.j a v a Take the population values and divide them into three groups by first finding the largest and smallest values, then calculating the range between them, and finally using that range to set two cut- off points.
  3. Assignment 03 | Example 1 | Tab 2 4 Painful

    Useless Controller Main BoardPanel * java files colors to be calculated; * not showing them here Add inheritance and local variables, but only for the other classes in this folder
  4. Assignment 03 | Example 1 | Tab 3 5 👷

    This space is empty for now
  5. PlantUML 8 @startuml !pragma layout smetana class Foo class Bar

    Foo -|> Bar @enduml Always the first lines. Always the last line class interface abstract class <|-- extends <|.. realization *— composition o-- aggregation --> association ..>. dependency
  6. Lab

  7. PlantUML 16 @startuml !pragma layout smetana class Foo class Bar

    Foo -|> Bar @enduml Always the first lines. Always the last line class interface abstract class <|-- extends <|.. realization *— composition o-- aggregation --> association ..>. dependency
  8. CSC 305 Individual Software Design and Development Javier Gonzalez-Sanchez, Ph.D.

    [email protected] Fall 2025 Copyright. These slides can only be used as study material for the class CSC305 at Cal Poly. They cannot be distributed or used for another purpose.