Computer Science, asked by imposter62, 7 months ago

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 niharikasingh15
0

Answer:

Passing itself as an argument to another method

Similar questions