Computer Science, asked by monuamitcool5258, 1 year ago

When should I use the keyword ‘this’ in a Java class?

Answers

Answered by avachar002
1

When local variable name and global variable name is same then compiler does not understand which variable is local and which variable is global then this keyword is used

Similar questions