About "this" keyword and "new" keyword
1) we can also update the values of the arguments see below example, just like we did in Arrays.
new keyword will create an empty object in the Heap memory at some address ( let us say #500 for the above example) and this keyword will capture the address of the empty object(#500) created by the new keyword.
2)


Comments
Post a Comment