Thursday, January 7, 2010

constructor and static constructor in ABAP oops!!!!!




Every class can have no more than one (instance) constructor. Constructor methods are basically used to initialize the program variable values.
As soon as you create the object of the class in which constructor method is defined , constructor will automatically be called.
--------------------------------------------------------------------------------------

No comments: