Application Development 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: 

super

Former Member
0 Kudos

what is the purpose of the keyword super in abap-oops,can any one explain in detail

1 REPLY 1

Former Member
0 Kudos

Hi

SUPER is the key word used to reperesent the super class of a class in OOPS

You can access the methods and attributes of the super class using this word super .

Reward points for useful Answers

Regards

Anji