InterviewSolution
Saved Bookmarks
| 1. |
Is Constructor Definition Is Mandatory In Class? |
|
Answer» No, it is OPTIONAL . If we do not DEFINE a CONSTRUCTOR COMPILER will define a DEFAULT constructor. No, it is optional . If we do not define a constructor compiler will define a default constructor. |
|