Apr 04: 2D Array Lab; Binding
Learning Objectives
After today's class, you should be able to:
- Write nested loops that iterate a 2D array of objects.
- Calculate row/col indexes that wrap around the array.
- Distinguish between static and dynamic method calls.
Reminders¶
- By Friday 11pm: Do the Week 11 reading and take Quiz09
- By Monday 11pm: Submit HW 8 Part B (5 files, 60 pts)
Lesson Outline¶
Lab09 [45 min]
- Lab 9: The Game of Life – review of 2D arrays
Review Activity [30 min]
- Poll Everywhere – link for pre/post questions
- Static vs Dynamic Binding – review for Exam 3