What is true about a final class?
It can't be inherited.
All of the above.
Final classes are created so the methods implemented by that class cannot be overriddden.
class declared final is a final class.