What is the difference between Overloading and Overriding ? Which of them is possible in ABAP ?
Answer Posted / aseem
Overloading : Overloading is when we have 2 Methods in the same or derived class but have different parameters.
Overriding : When we re-implement the method of a super class in a derived class. Is possible via REDEFINITION keyword.
I'm not sure if the first one is possible in ABAP. Let me test it out repost the answer.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is the use of table control in bdc is it same in module pool table control? : abap bdc
Explain read dataset in sap abap?
What is retro active accounting
Mention the various databases integrities?
What is structure?
What is the difference between sy-tabix and sy-index? Where it is used?
performance tuning concepts
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What are indexes? : abap hr
What are the drill-down features provided by abap/4 in interactive lists?
Does the external program run in the same sap luw as the caller, or in a separate one?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
Lock objects and what are parameters of ENQUEUE FM?
How can we create callable modules of program code within one abap/4 program?
What will you code in start-of-selection & end-of-selection ?