Is Multiple Inheritance possible in ABAP ?
If Yes How ,If no How ?
Answer Posted / kumar gaurav
no,multiple inheritance is not possible in abap.because
suppose we inherit two classes in your class.Suppose we
have two classes A and B and both having method m with same
signature and different implementation.Now we inherit these
two classes in your Class C.Now when you create object of
class c and try to access the m method then there is
cofusion for which method to be called either of class A or
class B.i.e. there is a conflict in method selection.This
problem can be overcome with conceopt of interfaces.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain sap abap 3-tier architecture?
What is the difference between free and refresh?
What is the difference between skip and new-line?
What primary key and foreign key relationship
Where can you find error log for call transaction? : abap bdc
What is the tcode to create indexes?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is internal payroll process? : sap abap hr
Give examples of transparent table?
What is the difference between a structure and an append structure?
What is abap?
What is at exit-command:?
Is it possible to pass data to and from include programs explicitly?
What is view proxy in abap?