Objects-First with Java: A Practical Introduction using BlueJ, 6th Edition
3. Object interaction6 Documented Misconceptions
Check YourselfConstructorReturnsObject
Constructors need to return objectsConstructorAllocates
The constructor allocates the objectObjectsMustBeNamed
A variable is needed to instantiate an objectOutsideInMethodNesting
Nested method calls are invoked outside inReferenceToVariable
References can point to variablesThisAssignable
One can assign to this