Hi ,
Could we apply the same concept of Constructors in JAVA for ABAP.
I learned the point that Constructors help in creating the object but doesnot create the object.
But without constructor its not possible to create objects .
Is the above point same in ABAP.?
System will introduce constructors at the time of object creation. How can I see the constructor induced?
regards