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
Different types of locks?
What is occurs in internal table?
What is the differrences between structure and table in data dictionary in abap? : abap hr
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
What is repository info. Systems?
How to give programe name as input in BDC report of abap ?
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
What are screen painter and menu painter? : abap hr
What are matchcodes?
Example of table cluster and cluster tables.
Why we are using Macros instead of Function Modules
Difference between transparent tables and pooled tables? : abap hr
How many types of data classes are there in sap?
What are the differences between interactive and drill down reports?
Difference between domain and data element? What are aggregate object?