

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following best describes the constructors? |
A. | A function which is called whenever an object is referenced |
B. | A function which is called whenever an object is created to initialize the members |
C. | A function which is called whenever an object is assigned to copy the values |
D. | A function which is called whenever an object is to be given values for members |
Answer» C. A function which is called whenever an object is assigned to copy the values | |