this keyword usage
Posted: Sat May 09, 2020 8:31 am
is mentioned in the book. Other than instance initializer blocks, constructors, instancethis can only be used within the context of an instance of a class. This
means, it is available in instance initializer blocks, constructors, instance
methods, and also within a class
methods, where can this be used inside a class