1.

What Is A Constructor Method In Ooabap ?

Answer»
  • These are special type of methods
  • CONSTRUCTOR method is executed automatically WHENEVER a OBJECT is CREATED or INSTANTIATED
  • These methods are mainly used to set default values in a class
  • The name of the constructor method is 'constructor'
  • These methods have only importing parameters
  • There are no exporting parameters



Discussion

No Comment Found