Which of the following is not the use of "this" keyword in Java?
(1 Point)
O Referring to the instance variable when local variable has the same name
O Calling another constructor in constructor chaining
Passing itself as an argument to another method
Return itself from a method
Calling another class's constructor in constructor chaining
Answers
Answered by
0
Answer:
Passing itself as an argument to another method
Similar questions