I want to know which is the default namespace of class defined by the programmer,if not specify any?
Let, take the case of Java. In Java, if Programmer is not specify any package then default package is the java.lang
Same way i want to know about default namespace of C# classes.