Explain Namespace.

Namespaces are logical groupings of names used within a program. There may be multiple namespaces in a single application code, grouped based on the identifiers’ use. The name of any given identifier must appear only once in its namespace.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?