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 |
What is meant by performance analysis?
HOW MANY WAYS TO DEFINE INTERNAL TABLES.
What is an abap/4 query? : abap hr
How do you take care of performance issues in your ABAP programs?
What are AUTHORITY OBJECTS ?
Explain what are the system fields? Explain?
how to write code alv with interactive?when i clicked 1field i will generated next-level report,is it possible in alv?
What are system fields for secondary lists?
5) How to rereive text elements in SF and script?
I want to disable a field in selection screen so that it does not appear while displaying.How can i do that?wat wud be the code?
Name the special commands of list?
plz can any one list out the set of questions on support project. I am waiting for ur reply