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


Please Help Members By Posting Answers For Below Questions

What are the steps in a bdc session? : abap bdc

744


Explain the structure of a bdc sessions?

752


If yes then why do we require logical database

2890


What is the function of a domain? : abap data dictionary

770


Exception handling and how does it transfer from called method to calling method?

1113


What is a table pool? : abap data dictionary

803


Can i know some of the Realtime tickets that anyone has been faced ?

1866


I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management

1974


What are the differences between interactive and drill down reports?

760


What are interactive reports?

827


What is the difference between synchronous and asynchronous update? : abap bdc

829


send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'

2595


Explain the difference between domain and data element? What are aggregate object?

802


What is function group?

823


Can a constructor be declared private? If yes then in which scenario?

1111