final class
Thursday, August 20, 2009
The final keyword restricts a class from being extended by another class. If you try to extend a final class, the Java compiler will give an error
Labels:
final class
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment