| Author |
protect multi level derivation
|
Suddhasattwa Mukherjee
Ranch Hand
Joined: May 28, 2008
Posts: 52
|
|
how to protect multilevel inheritance using final key word. [ January 02, 2009: Message edited by: Suddhasattwa Mukherjee ]
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32712
|
|
You can label a class final in which case it cannot be a superclass to anything. You can label an instance method final in which case it cannot be overridden. "Multilevel derivation" is not a Java phrase which I am familiar with; what does it mean?
|
 |
 |
|
|
subject: protect multi level derivation
|
|
|