Which of the following statements about final classes is correct?
Which of the following statements about final classes is correct?
options:
| A final class must have all abstract methods |
| A final class cannot be extended |
| A final class cannot have any instances |
| A final class cannot have a constructor |