Variable hiding —> Whenever the global variable and local variable is same then it is called as variable hiding. To overcome this issue we use this keyword to access the current variable. Variable shadowing —> When the subclass variable is same as pa...
No responses yet.