MCQOPTIONS
Saved Bookmarks
| 1. |
If a programmer defines a class and defines a default value parameterized constructor inside it. |
| A. | |
| B. | It will not create the object (as parameterized constructor is used) |
| C. | It will create the object (as the default arguments are passed ) |
| Answer» C. It will create the object (as the default arguments are passed ) | |