MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is true for data members? |
| A. | Private data members can be initialized with declaration in class |
| B. | Static members are initialized in constructors |
| C. | Protected data members can be initialized in class directly |
| D. | Static data members are defined outside class, not in constructor |
| Answer» E. | |