Skip to Content
0
Former Member
Jul 21, 2008 at 05:00 AM

Reg : constructors

46 Views

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