What is the difference between Overloading and Overriding ? Which of them is possible in ABAP ?
Answer Posted / surya
Overloading:in class same method have different parameters, number of parameters or same method have different signature . sap not sported method overloading
Overriding : super class methods are reimplemented in subclass by using key word REDEFINITION
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is size category?
What are types of select statements?
What are the different types of internal table?
How do you document ABAP programs? Do you use program documentation menu option?
What is the difference between data elements and domains?
What are number ranges?
Mention what is alv programming in abap?
What is structure?
Explain the Inportance of pa30? : abap hr
What are the differences between table controls and step loops?
How will you define org structure in MM?
What is search help exit? : sap abap data dictionary
Sy index and sy tabix
What are the different modes of processing batch input sessions? : abap bdc
what is abstract classes