What are the types of constructors in ooabap? Explain?
Answer Posted / Uday Pratap Singh
In SAP OO-ABAP (Object Oriented ABAP), there are three types of constructors: default constructor, parameterized constructor, and copy constructor. The default constructor initializes all components to their default values. The parameterized constructor initializes the components with specified values. The copy constructor creates a new object by copying the values from an existing object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category