T
Tina
I'm using C# 1.1..............
I add new Class item to my project. It's created as class Math
I change it to public static class Math
I get an error saying that "The modifier 'static' is not valid for this
item.
Why? Are static classes not allowed??
Thanks,
T
I add new Class item to my project. It's created as class Math
I change it to public static class Math
I get an error saying that "The modifier 'static' is not valid for this
item.
Why? Are static classes not allowed??
Thanks,
T