Sunday, 15 January 2012
JAVA : What is final?
Do you like this Article?
- A final class can't be extended ie., final class may not be subclassed.
- A final method can't be overridden when its class is inherited.
- You can't change value of a final variable (is a constant).
Subscribe to:
Post Comments (Atom)








0 Responses to “JAVA : What is final?”
Post a Comment