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 objectsOutsideInMethodNesting
Nested method calls are invoked outside inObjectsMustBeNamed
A variable is needed to instantiate an objectReferenceToVariable
References can point to variablesThisAssignable
One can assign to this