Tuesday, May 03, 2011

Static Class in C#

The C# programming language allows us to define a static class. We define a class as a static one when there is no need in instantiating it and we want to ensure that no one will try to do so. The following video clip (hebrew) explains how to define a static class.

Read more: Life Michael