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 are th control break events in abap?
What is the significance of hide?
What is the procedure you followed to upload the data?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
Difference between sap script and report?
Define abap/4 layer? : abap data dictionary
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
Explain the client concept of sap.
what is the difference between Blocked ALV and interactive ALV?
What are base tables of an aggregate object? : abap data dictionary
Differentiate between table and template ?
Explain what is an rfc?
Can you show multiple alvs on a single screen?
Why bapi need then bdc ? : abap bdc