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
How to call a subroutine in sapscript?
How are the date abd time field values stored in sap?
how do you call third selection screen ?
Difference between sy-tabix and sy-index? Where it is used?
What is full form of bdc session? : abap bdc
PLEASE HELP ANYONE ON THIS ISSUE,is there any problem with this function module :RHPQ_T77BX_ADD_QUALIS_OF_DPLAN. IT IS TRIGGERING BEFORE COMPLETION OF THE DEVELOPMENT PLAN but it has to trigger after compltion of development plan..this issue raised in my project..so reply urgently..thanks in advance..
What are the different abap editors? What is the used of different editors in abap?
What are the various events associated with screen programming?
What is the maximum number of structures that can be included in a table or structure
What are the buffering options in abap?
Can i know some of the Realtime tickets that anyone has been faced ?
What is exception class and test class. How to use it?
What are the different types of laws. What are they?
What is append structure?
What is the difference between select statement and provide statement ? : abap hr