Feb 11: 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
Act05 [50 min]
- Activity 6: Enum Types
- Model 1 in JShell
- Model 2 in VS Code