What is the difference between Overloading and Overriding ? Which of them is possible in ABAP ?
Answer Posted / surya
Overloading:in class same method have different parameters, number of parameters or same method have different signature . sap not sported method overloading
Overriding : super class methods are reimplemented in subclass by using key word REDEFINITION
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the differences between primary and secondary indexes?
What is a projection view? : abap data dictionary
What are the different methods of passing data? : abap modularization
How to write a code for multiple transactions? : abap bdc
Can you print decimals in type n? What is difference between float and packed data type?
What are the differences between interactive and drill down reports?
Where the payroll results are stored
How to know if the value entered contains records or not?
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
Which one is better joins or views and why?
What is system-land-scape of your project?
Example of table cluster and cluster tables.
What is the difference between ABAP and HR ABAP
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Hat are the different types of mode (run code) in call transaction method?