Styrow.dev
Question 114 of 247
Java Topic: General medium

What is final class?

Question

What is final class?

Answer

Final classes are created so the methods implemented by that class cannot be overridden. It can’t be inherited.