| Author: mythili d 05 Sep 2008 | Member Level: Silver | Rating: Points: 2 |
Static methods can be referenced without the object of the class containing the method like you said. At the same time static allows only one instance of the method or the variable with the prefix static. But a static member in C# can't be marked as override, virtual or abstract. http://msdn.microsoft.com/en-us/library/ms933455.aspx Thanks
|