Nitin Pandit

Nitin Pandit

  • 15
  • 52.1k
  • 31.3m

where this keyword is initialized in method body?

Jan 4 2015 1:51 AM
By "this" keyword we can call any method or data member of local class into a local function so we can say "this" already have a reference of current class object which is calling this method so just tell me in my methods body where we have initialization of "this" implicitly  because with initialization it's not possible to call any data members or a method? Like we have a class: