What is the difference between Overloading and Overriding ? Which of them is possible in ABAP ?
Answer Posted / ramesh
METHOD OVERLOADING: It is used when the parameters used in super class method are same as parameters in subclass method.
METHOD OVERRIDING : It is used when the parameters are different from one method to other method.
Both methods are used in ABAP.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What are the two different ways of building a match code object?
What are matchcodes?
What are the basic objects of the data dictionary?
Explain about interactive report?
What are table clusters?
How to debug a script in abap?
Advantages and disadvantages of different types of bdc's?
Explain the differences between sap memory and abap memory?
What is the disadvantage of a call by reference? : abap modularization
What are the types of the software component being deployed in the sap?
What is meant by hotspots?
Difference between call by value and call by reference? : abap data dictionary
What does the insert statement in extract datasets do?
What are logical databases?
How to write a code in tab control? : abap bdc