Learning Outcome
At the end of this lesson, you will be able to:
- understand UML, especially Class Diagrams
Silent Watching
Review
- review "Methods" & "Fields"
Lesson
- go over "Using OOP", Chapter 8
- Computer Based Problem Solving
- read "UML" & "Class Diagrams"
Activity
- draw class diagram for MrCoxallStack
Daily Assignment
- continue to re-create the MrCoxallStack from before
- make a "Peek" method
- it returns the top value but does not remove it from the stack
- make a "Clear" method
- removes everything from the stack
Extra
- work on weekly assignment