InterviewSolution
Saved Bookmarks
| 1. |
When Developer Must Provide Constructor Explicitly? |
|
Answer» If we want do execute some logic at the TIME of OBJECT creation, that logic MAY be object initialization logic or some other useful logic. If we want do execute some logic at the time of object creation, that logic may be object initialization logic or some other useful logic. |
|