MCQOPTIONS
Saved Bookmarks
| 1. |
If programmer have defined parameterized constructor only, then __________________ |
| A. | Default constructor will not be created by the compiler implicitly |
| B. | Default constructor will be created by the compiler implicitly |
| C. | Default constructor will not be created but called at runtime |
| D. | Compile time error |
| Answer» B. Default constructor will be created by the compiler implicitly | |