Feb 24: Enum Types
Learning Objectives
After today's class, you should be able to:
- Explain and apply the methods provided by an enum type.
- Summarize the main differences between classes and enums.
- Implement an enum that includes attributes and methods.
Lesson Outline¶
Debrief [5 min]
- HW 3 solution on Canvas Files
- Review act/lab solutions too
Act07 [45 min]
- Activity 7: Enum Types
- Model 1 in JShell
- Model 2 in VS Code