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 are the steps in a bdc session? : abap bdc
Explain the structure of a bdc sessions?
If yes then why do we require logical database
What is the function of a domain? : abap data dictionary
Exception handling and how does it transfer from called method to calling method?
What is a table pool? : abap data dictionary
Can i know some of the Realtime tickets that anyone has been faced ?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
What are the differences between interactive and drill down reports?
What are interactive reports?
What is the difference between synchronous and asynchronous update? : abap bdc
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
Explain the difference between domain and data element? What are aggregate object?
What is function group?
Can a constructor be declared private? If yes then in which scenario?