CS401 | sw engineering
  • outline
  • projects
  • syllabus
  • links

OOP Design Example : Login Feature on Email app --partial example

 

Requirements

  1. Requirements Analysis:
    Need Login application. User should enter in their Name and their email address to gain access to account. Once they enter in their information this should be logged in a UserEmail.txt file.

  2. Identify Business Objects:
    - User

  3. Diagram/Prototype GUI (missing MindMap Diagram)

Design - featuring UML Class Diagrams


4.Design Classes for Business Objects

  • User

5. Design Classes for Data/Database

  • UserI/O

6. Design Classes for GUI

  • UserEmailFrame, UserEmailPanel, UserEmailApp

Implementation

 

7. Plan (not shown)
8. Code
9. Test (not shown)

 

 

Document and Deploment --- not shown

 

 

cs401:sw engieering

  • home
  • outline
  • projects
  • syllabus
  • links