February 2014
Beginner
1248 pages
62h 25m
English
• An instance method of an object implicitly uses keyword this (p. 322) to refer to the object’s instance variables and other methods. Keyword this can also be used explicitly.
• The compiler produces a separate file with the .class extension for every compiled class.
• If a local variable has the same name as a class’s field, the local variable shadows the field. You can use the this reference in a method to refer to the shadowed field explicitly.
Read now
Unlock full access