Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

final method meaning

When a METHOD is declared with final keyword, it is called a final method. 
A final method cannot be OVERRIDEN.
when a CLASS is declared final then it cant be INHERITED.
when a VARIABLE is declared final its value cant be CHANGED.
 
PREVIOUS NEXT
Tagged: #final #method #meaning
ADD COMMENT
Topic
Name
7+4 =