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

Modeled Only Class.

Former Member
0 Likes
487

Hi All,

While creating aclass in SE24, we will get an option as final and modeled only.

what is modeled only class is? what is the difference between modeled only and normal class?

1 REPLY 1
Read only

Former Member
0 Likes
404

Hi,

- Final

You define a final class with the Final option. This class completes the inheritance hierarchy since a final class may not create any further subclasses.

If an abstract class is also defined as final. This is advisable if you only want to access the static components of this class.

- Modeled only

If you select this option, the class is not included in the class pool. You will not be able to address it at runtime or test it.

hope u got it

Reward points if useful

Prajith