Engineering Full Stack Apps with Java and JavaScript
Which one of these is a proper definition of a class TestClass that cannot be subclassed?
Select 1 option
A. final class TestClass { }
B. abstract class TestClass { }
C. native class TestClass { }
D. static class TestClass { }
E. private class TestClass { }