[Solved] Is the ‘this’ pointer only hidden in C++ or in java too? [closed]
Hidden? It’s not hidden. What does that even mean? I do remember that you have to explicitly use it in Java Only in some circumstances. A variable called name could be known inside the class and also be the name of a parameter in a method. Example: class Test { String name; public void test(String … Read more