DRAFT
Observed
Formal constructor parameters are equivalent to instance variables
Formal constructor parameters are completely separate from instance variables
While there sometimes is a 1-to-1 mapping between the instance variables of a class and the formal parameter of its constructor, this is not a requirement, and the constructor’s parameters have a very different purpose than the instance variables.