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


Please Help Members By Posting Answers For Below Questions

What is meant by authorization? : sap abap hr

561


How is conversion of data types done between abap/4 & external level? : abap data dictionary

658


Explain the difference between a dialog program and a report?

553


How to display if the value entered contains records or not?

591


What are the 3 methods that we use in sequence in a batch input session method? : abap bdc

577






What is pnp-sw-found ? : abap hr

870


What is the difference between scrolling a table horizontally and vertically?

579


What is a type group?

550


Why do we use Abstract classes give an example from your project?

888


What are the different functions used in sap script?

534


Can i Have Some Realtime Examples on Badi ?

8290


Define abap/4 layer? : abap data dictionary

601


What are the basic objects of the data dictionary?

572


dynamic programming in sap abap

999


Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?

1069