MCQOPTIONS
Saved Bookmarks
| 1. |
Why do we use static constructors? |
| A. | To initialize the static members of class |
| B. | To initialize all the members with static value |
| C. | To delete the static members when not required |
| D. | To clear all the static members initialized values |
| Answer» B. To initialize all the members with static value | |