Object Oriented ABAP - Inheritance
Child Class gets Access Public & Protected data-methods from Parent Class.
Redefinition of Method by Child or Sub Class.
Abstract Class cannot be Instantiated.
Abstract Method.
Final Class cannot have Subclass.
Final Method cannot be redefined.
Static Attributes exist only Once in Inheritance Tree.
Sub Class Inherits Constructor of Super Class.
Sub Class can Modify Constructor of Super Class.
Static Constructor is Called Once in Program.
Static Type and Dynamic Type.
Static Type and Dynamic Type with New Components.
Methods Hold Value of its Declared Class.
Post a Comment