Select from following answers:- True

- False
- No Idea
- All Above
True.
Static members are 'eagerly initialized' because it is initialized immediately when a class is loaded for the first time.
Example :-
static int NumberOfTyres = 20;
The above static variable will be initialized as soon as the class is loaded.
Thanks and Regards
Akiii
Show Correct Answer
Source: MSDN | Asked In: Some Interview |
Alert Moderator