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 to creat a table with out primary key
Can i have some Realtime Scenarios on Reports.
Explain buffering concept usage?
which of the following are used to define data in abap 1)parametrs 2)tables 3)class 4)data
full buffering would be appropiate what type of tables ?
why do transilate scripts?
Static and instance variable and method with live example. Why and when to use
How do you execute the payroll
What are null values? : abap data dictionary
Can we reuse a userexit?
whats the difference between ERROR MESSAGE AND WARNING MESSAGE
What is its?