What is the purpose of the "final" keyword in Java?
A. To declare an abstract method
B. To create a static class
C. To indicate that a class, method, or variable cannot be further extended, overridden, or modified
D. To indicate that a method is abstract
Answer: Option C

Join The Discussion