0
Answer

where this keyword is initialized in method body?

Nitin Pandit

Nitin Pandit

9y
725
1
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: