aspose file tools
The moose likes Beginning Java and the fly likes protect multi level derivation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "protect multi level derivation" Watch "protect multi level derivation" New topic
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
    
    4
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?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: protect multi level derivation
 
Similar Threads
help with multiple screens
protected access modifier
<login-config> tag not working for Tomcat server
Protecting JSP Pages after Deployment to Tomcat
Which is the best way to hang toilet paper?