What is inheritance and multi-level inheritance? Explain with example ?
Answer Posted / instance softech
Inheritance is nothing but acquiring the properties of one
class(base class) to another class(child class).
Multi-level Inheritance is nothing but one parent class that
have more than one child class. For Ex, P1 is parent Class
and C1 and C2 are the Child classes, now C1 can acquire the
properties of Parent class P1 and C2 can acquire the
properties of both Child calss C1 and Parent Class P1.
SAP ABAP SUPPORTS MULTI-LEVEL INHERITANCE... SAP ABAP NOT
SUPPORTS MULTIPLE INHERITANCE, ACHIEVES THROUGH INTERFACES
CONCEPT...
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What is update task
What is a transaction variant and why are they used?
Why cant we use Normal function module for data transfer?
Differentiate between ooabap and abap?
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 THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What two statements are required in an abap program to output an icon using a write statement?
How can you manipulate the presentation and attributes of interactive lists?
Differentiate between abap memory and sap memory?
How to creat transactions? : abap data dictionary
Can you show multiple alvs on a single screen?
What is the lock object?
Can you set up background processing using call transaction?
What is the Difference between At Line selection and At user-command?
What is a projection view? : abap data dictionary