MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is true for static constructor? |
| A. | Static constructors are called with every new object |
| B. | Static constructors are used initialize data members to zero always |
| C. | Static constructors can’t be parameterized constructors |
| D. | Static constructors can be used to initialize the non-static members also |
| Answer» D. Static constructors can be used to initialize the non-static members also | |