InterviewSolution
Saved Bookmarks
| 1. |
What Are The Types Of Constructor's In Ooabap ? Explain ? |
|
Answer» CONSTRUCTOR's are special type of METHODS, constructor method is EXECUTED automatically whenever a object is created or instantiated.
CONSTRUCTOR's are special type of methods, constructor method is executed automatically whenever a object is created or instantiated. |
|