InterviewSolution
Saved Bookmarks
| 1. |
Can We Defined A Class Without A Constructor In Ooabap ? |
|
Answer» YES, CLASS can be created without any CONSTRUCTOR. Default constructor will be created when we define a class without constructor. Yes, class can be created without any constructor. Default constructor will be created when we define a class without constructor. |
|