Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

Can a method be abstract and final in abstract class

No, we cannot have abstract final methods. final methods mean 
- cannot be overridden. 
the abstract method needs to be overridden
 
PREVIOUS NEXT
Tagged: #Can #method #abstract #final #abstract #class
ADD COMMENT
Topic
Name
7+8 =