What Is Not The Use Of 8220this8221 Keyword In Java #198
What is not the use of “this” keyword in Java?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Classes Methods - Java Constructors - Quiz No.1.
What is not the use of “this” keyword in Java?
Passing itself to another method
Calling another constructor in constructor chaining
Referring to the instance variable when local variable has the same name
Passing itself to method of the same class