MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is true for constructors overloading? |
| A. | Constructors can’t be overloaded |
| B. | Constructors can be overloaded using different signatures |
| C. | Constructors can be overloaded with same signatures |
| D. | Constructors can be overloaded with different return types |
| Answer» C. Constructors can be overloaded with same signatures | |