What is the difference between namespace and class? When I learned C# programming, the only difference between C# and Java is namespace. What is that anyway? Is that the same thing as if you declare a package in Java? What does namespace do?
I realized that it's sort of keeping up all classes together? But, what's the point? Thanx |