What is inheritance and multi-level inheritance? Explain with example ?
Answers were Sorted based on User's Feedback
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 |
It is an OO ABAP - Classes Development Inheritance and
polymorphism
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sateesh
inheritance Means Re-usability, In SAP we have only single
Inheritance there is no Multiple Inheritance.
EG:
Class A{
Public Section: Write A.
}
Class B inheriting from A
{
Public Section: Write A,
Write B.
}
-> I mean here we are inheriting method A into Class B and
Redifing the method A and we are additionally adding "Write
B" in the Class B.
In ABAP only Single inheritance is Possible.
Is This Answer Correct ? | 0 Yes | 6 No |
how many types of idoc'c?
What is a BAdi? How to implement a BAdi?
If your project is support project ? when is your implementation has completed ?
How to put a TableControl in a Screen of Modulepool Programming?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
can we transport text elements and text symblos in reports from devlopment to quality?is it necessary?
what are the sap financial periods
4 Answers i Spy Technologies, MD Synergy,
How to Reprocess an Idoc ?
Name some system global variables you can use in abap programs?
What are the screen painter and menu painter?
what is bapi,badi,bdc,ale idocs?
What are the different functions used in sap script? What are the parameters used in each function?