OOPS
November 12, 2023JAVA
November 12, 2023JAVA
Question 7 |
“this” keyword in JAVA is used to
Refer to current class object | |
Refer to static method of the class
| |
Refer to parent class object | |
Refer to static variable of the class |
Question 7 Explanation:
“this” is a reference variable that refers to the current object of the class.
Correct Answer: A
Question 7 Explanation:
“this” is a reference variable that refers to the current object of the class.
Subscribe
Login
0 Comments