If any fields/property/method is declared as static, will the data be global?
True or False
Interview question and answer by:
Akiii | Posted on: 5/19/2012 | Category:
ASP.NET Interview questions | Views: 1145 | |
Points: 40
Select from following answers:- True
 - False
- Not sure
True.
Any field/property/method declared as static are always global. Another copy will never be created, so you will not have duplication.
Thanks and Regards
Akiii
Show Correct Answer |
Found interesting? Add this to: