‎2007 Sep 04 1:16 PM
there are 2 types of inheritance in OO multiple and hierarchy inhertiance
correct me if i am wrong
my question is WHICH IS SUPPORTED BY THE SAP
(whether it is MULTIPLE OR HIERARCHY)
‎2007 Sep 04 1:24 PM
Multiple inheritance (as in C++) is not supported in ABAP, only single inheritance (which I suppose you refer to by hierarchical).
Regards
‎2007 Sep 04 1:24 PM
Multiple inheritance (as in C++) is not supported in ABAP, only single inheritance (which I suppose you refer to by hierarchical).
Regards
‎2007 Sep 04 1:35 PM
HI Samuel.
In ABAP Objects We cannot have multiple inheritance. That means we cannot have more than one Super class for a subclass.
ABAP Objects support hierarchical inheritance . that means we Can derive a Subclass from which another Subclass can be derived.
<b>reward if Helpful</b>