Continuing the occasional tutorials on C#, I've just published a C# tutorial on static fields, methods and constructors. I have to say that I've used statics occasionally, but as a rule they don't get that much use in my code.
I'll return to them when I create the tutorial on inheritance. The calling order of static constructors in an inheritance hierarchy is the opposite of instance constructors which seems quite odd until you reason it out.
- Tutorial link added to C# Tutorials page
Comments
No comments yet. Leave a Comment

