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:where this keyword is initialized in method body?
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:
Replies
Know the answer? Post it — somebody with the same question will find it here.