Please enable JavaScript to use CodeHS

Teaching AP® Computer Science A

Lesson 5.3 Constructors

Description

In this lesson, students will expand their knowledge of constructors. They will create constructors that take objects as a formal parameter. This lesson corresponds with AP Computer Science A topic 5.2.


Objective

Students will be able to:

  • Define instance variables for the attributes to be initialized through the constructors of a class