‎2006 Sep 08 10:32 AM
Hi everybody.
In the Class Builder (SE24), how can I qualify a method as a final method for inheritance? I can find no place for such task.
Thank you all.
‎2006 Sep 08 10:40 AM
Go to the class <b>properties</b> : you will find a <b>"FINAL"</b> checkbox.You can tick it to set the class as final.Only the class as a whole can be set as final.
‎2006 Sep 08 10:58 PM
Hi Santiago,
I think it is possible in SE24.
After filling in the method name, Level(Instance or Static) , Visibility (Public, private or protected) and description, you can click on a icon named <b>Detail View</b>(close to Exception button). Now a dialog box appears . In that , there is a checkbox named <b>Final</b>. If you want the method to be final, you can check the checkbox. Otherwise , you can leave it unchecked.
<b>Award points if found useful.</b>
Regards,
SP.