Unit 2 Lesson 2 - No-Argument Constructors

Lesson summary and assignments

Vocabulary

constructor signature
the first line of the constructor which includes the public keyword, the constructor name, and any parameters
default value
a predefined value that is used by a program when the user does not provide a value
no-argument constructor
a constructor with no parameters