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 roles and authorization objects?
How to Solve a Particular Ticket in Realtime ?
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
What is meant by read lock? : sap abap data dictionary
What is the t-code to display batch input sessions? : abap bdc
How do you take care of performance issues in your ABAP programs?
State the system field for the current date?
What is the difference between synchronous and asynchronous updates?
What is repository info. Systems? : abap data dictionary
Under Data Transfer Portion of ABAP, what do you mean by DX Project
Exception handling and how does it transfer from called method to calling method?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
What is partner selection?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What are the three components of a work process?