Is Multiple Inheritance possible in ABAP ?
If Yes How ,If no How ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sumanthpachika
No.multiple inheritance in ABAP is not possible.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sudhish rath
In ABAP a subclass do not have multiple parrents.
Is This Answer Correct ? | 1 Yes | 1 No |
. How to transport scripts ?
When will the current screen processing terminates?
How are BAPI different from Normal function modules ?
What are the different abap editors? What is the used of different editors in abap?
how will you debug sapscript
whats the difference between ERROR MESSAGE AND WARNING MESSAGE
How to insert row in an Internal table?
How many servers present for Database servers,Presentation and Application servers in Landscape? All these servers are present at client side or company side,means where the Database server is Located, where the Application and Presentation servers Located in a Landscape?
how to track records from data dictionary?
what is difference between update and modify
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
How do you use tab sets in layout sets?