DEVFYI - Developer Resource - FYI

Can an abstract class be final?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

337. Can an abstract class be final?

An abstract class may not be declared as final.

(Continued on next question...)

Other Interview Questions