Thursday, March 12, 2009

Can a final class have abstract method? (CoreJava)

Question :Can a final class have abstract method? (CoreJava)
Answer :No. It gives compile time error saying that the class is not abstract.

No comments: