chinmay.sahoo
New member
An alternate name given to namespace is called a namespace-alias. namespace-alias is generally
used to save the typing effort when the names of namespaces are very long or complex. The following
syntax is used to give an alias to a namespace.
used to save the typing effort when the names of namespaces are very long or complex. The following
syntax is used to give an alias to a namespace.
namespace myname = my_old_very_long_name ;