Objects-First with Java: A Practical Introduction using BlueJ, 6th Edition
3. Object interaction6 Documented Misconceptions
Check YourselfConstructorAllocates
The constructor allocates the objectConstructorReturnsObject
Constructors need to return objectsObjectsMustBeNamed
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