InterviewSolution
Saved Bookmarks
| 1. |
If Class Has Explicit Constructor , Will It Has Default Constructor? |
|
Answer» No. COMPILER PLACES DEFAULT CONSTRUCTOR only if there is no EXPLICIT constructor. No. compiler places default constructor only if there is no explicit constructor. |
|