Do you mean "members are final" or "classes are final"?
A final member is constant, which has nothing to do with inheritance. A final class has no subclasses.
All members are final, and it inherits from nothing -- that way there is no need to store any table of methods with each object as so the size requirement is limited to a single table.