cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inheritance

BGarcia
Active Contributor
0 Likes
357

Hello Everybody,

I just one doubt concerning inheritance. For example, the class CL_CRM_IC_SRVTHEAD_IMPL has private methods.

If I create one class, and point CL_CRM_IC_SRVTHEAD_IMPL as his superclass, this methods are not inherited.

Must I implement them by hand in the new class, in the same way they're define in superclass? Or when their are called in application, they're gonna be called CL_CRM_IC_SRVTHEAD_IMPL methods.

Best Regards,

Bruno Garcia

View Entire Topic
BGarcia
Active Contributor
0 Likes

Hello everybody.

Thanks for the response, but may I ask one more thing?

If we inherate atributes for the superclass, can we change, for example, the reference type of those atributes inherated in our new class. I get a grey area that don't let me change the attributes inherated...

Or I have to build the upper class too?

Best Regards

Bruno Garcia