Power of this keyword in Java
this keyword is a reference ( which means it manages some relation ) to the current object where it is called ( can be constructor,function etc). It helps to keep the control of scope to access variables or any other elements. this keyword is very powerful and widely used in complex Java application. NOTE: All code […]
Power of this keyword in Java Read More »