‎2007 May 26 12:59 PM
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?
‎2007 May 28 7:51 AM
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