MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following best describes constructor overloading? |
| A. | Defining one constructor in each class of a program |
| B. | Defining more than one constructor in single class |
| C. | Defining more than one constructor in single class with different signature |
| D. | Defining destructor with each constructor |
| Answer» D. Defining destructor with each constructor | |