ABAP

Hello everyone, please help me with the following question:

You have a superclass super1 and a subclass sub1 of super1. Each class has an instance constructor and a static constructor. The first statement of the program created an instance of sub1. In which sequence will the constructors be executed?

a. Class constructor of super1

b. Instance constructor of sub1 c. Instance constructor of super 1 d. Class constructor of sub1.

Scroll to Top