Skip to content

Mar 21: Specialization Lab

Learning Objectives

After today's class, you should be able to:

  • Explain the purpose and function of @Override.
  • Extend a class and override one of the methods.
  • Write a program for a discrete event simulation.

Reminders

  • By Friday 11pm: Do the Week 9 reading and take Quiz07
  • By Friday 11pm: Submit HW 7 Part A Stubs + Javadoc
  • By Monday 11pm: Submit HW 7 Part B Completed Files

Lesson Outline

HW7 Hints [10 min]

  • Reminder about how @Override works (optional compiler check)
  • Keyboard shortcut: Ctrl+Space (generate getters/setters)
  • Keyboard shortcut: Ctrl+Alt (show parameter names)

Mini Lecture [15 min]

Lab07 [50 min]