What are final classes in Java?
Answers
Answered by
0
You can declare some or all of a class's methods final. You use the final keyword in a method declaration to indicate that the method cannot be overridden by subclasses. The Object class does this—a number of its methods are final.
Similar questions
English,
6 months ago
Math,
6 months ago
Math,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago