Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Qualify a Method as Final in SE24.

SantiMoreno
Participant
0 Likes
977

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.

2 REPLIES 2
Read only

Former Member
0 Likes
642

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.

Read only

Former Member
0 Likes
642

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.