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
Why do we need enhancements?
What is an rdbms?
What are the modes in lock objects? : sap abap data dictionary
In what ways we can get the context sensitive f1 help on a field?
How can we handle table control in bdc? : abap bdc
What is a type group?
What are the events used in interactive reports?
What is meant by a schema? : sap abap hr
what are the important fields while preparing sales order,inquiry?
How are BAPI different from normal function modules?
What are the main events of which are used for logical database?
Name some system global variables you can use in abap programs?
What is an “on input filed” statements?
What is a data class? : abap data dictionary
How to pass data from list to report?