Instance Methods and the Object Reference this – Declarations
3.5 Instance Methods and the Object Reference this Instance methods belong to every object of the class and can be invoked only on objects. All members defined in the class, both static and non-static, are accessible in the context of an instance method. The reason is that all instance methods are passed an implicit reference … Read more