|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Ok could someone please give me a clear explanation of what static does and how would it be useful..
C# btw Thx |
|
#2
|
||||
|
||||
|
http://www.google.com/search?q=defi...=utf-8&oe=utf-8
http://www.eggheadcafe.com/articles/20020206.asp From my copy of "ASP.NET using C#": A static member is one that operates across all instances of a class. It can be accessed via the object class itself, as well as any specific instance of that class. |
|
#3
|
||||
|
||||
|
static variable can be accessed and varied.
but the memeory address can't be changed. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > Static ?!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|