Solved

Which of the Following Statements About Classes Is NOT True

Question 24

Multiple Choice

Which of the following statements about classes is NOT true?


A) You cannot create an object from a class declared with the keyword final.
B) You can override methods in a class declared with the keyword final.
C) You cannot extend a class declared with the keyword final.
D) You cannot create subclasses from a class declared with the keyword final.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions