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