Unit 1 Lesson 4 - Instantiating Objects
Lesson summary and assignments
Vocabulary
- constructor
- a block of code that has the same name as the class and tells the computer how to create a new object
- instantiate
- to call the constructor to create an object