Discuss final method and final classes?

Answer:
a method declared final can not be overridden, and a class declared as final can not be extended by its sub class.
First answer by ID2057537942. Last edit by ID2057537942. Question popularity: 1 [recommend question].