instance


{ City } bangalore
< Country > india
* Profession * sap consultant
User No # 94156
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 16
Users Marked my Answers as Wrong # 3
Questions / { instance }
Questions Answers Category Views Company eMail




Answers / { instance }

Question { Keane India Ltd, 17237 }

What is inheritance and multi-level inheritance? Explain with example ?


Answer

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