Object Oriented ABAP Constructor Inheritance
In this article we will discuss what happens when a class inherits a class with constructor. The constructor is a special method, and it is not inherited to the subclass like normal methods. Thus, the inheritor class can define its own constructor that is fully independent from the definition of the constructor in its superclass. […]
Object Oriented ABAP Constructor Inheritance Read More »