Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Static Class
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
01028423
Message ID:
01028426
Views:
12
Ok, so consider a small example:
Class1 oTest = new Class1();
oTest.Method1();		// Method1 is not static

Test1.Class1.Method2();		// Method2 is static
What if I had to call both Method1 and Method2?



>A static class doesn't need to have an object created in order to access its properties and methods.
>
>Malcolm
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform