...
OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024

OOPS

Question 175
Method overriding can be prevented by using final as a modifier at ______.
A
The start of the class.
B
The start of method declaration.
C
The start of derived class.
D
The start of the method declaration in the derived class.
Question 175 Explanation: 
Method overriding can be prevented by using final as a modifier at the start of method declaration.
Correct Answer: B
Question 175 Explanation: 
Method overriding can be prevented by using final as a modifier at the start of method declaration.

Leave a Reply

Your email address will not be published. Required fields are marked *