Wednesday, 13 April 2011

What is the final keyword denotes?

final keyword denotes that it is the final implementation for that method or variable or class. You can’t override that method/variable/class any more.

No comments:

Post a Comment