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
Difference between sy-tabix and sy-index?
What are the prerequisites for creating foreign key relationship?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What is the difference between sum and collect?
What are field symbols?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
How can we set the tablespaces and extent sizes ?
What is the use of 'for all entries'?
How do you retrieve the data for repetitive structures ? : abap hr
How can we upload a text file having delimiters in to legacy system?
What are the layers of data description in r/3? : abap data dictionary
What is the diff between database view and maintenance view?
Specify the types of data dictionary objects.
What are internal tables? How to use a specific number occurs statement?