MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is false for a constructor? |
| A. | Constructors doesn’t have a return value |
| B. | Constructors are always user defined |
| C. | Constructors are overloaded with different signature |
| D. | Constructors may or may not have any arguments being accepted |
| Answer» C. Constructors are overloaded with different signature | |