Skip to content

Apr 28: Recursive Drawings

Learning Objectives

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

  • Use the Java 2D API to draw a repeating pattern on shapes.
  • Explain how base cases and recursive calls affect execution.
  • Identify similarities and differences in recursive methods.

Lesson Outline

Debrief [5 min]

Act16 [45 min]

Your To-Do List