Question Detail
Which class cannot be subclassed (or extended) in java?
- abstract class
- parent class
- Final class
- None of above
Answer: Option C
-
Sachin Yadav 8 years ago
Visit flizzindia free online test series and mock test for ssc cgl
-
JavaCoder 9 years ago
First question is wrong.:
The correct question should be:
Which class cannot be subclassed (or extended) in java?
-
Mritunjay Kumar 10 years ago
C is the correct ans because with final keyword we can not inherit that class
-
selvi 11 years ago
it is not necessary that a final class should not be a derived class.