adspace
Answer Posted / Sachin Kumar Singh
To give an alternate name to a namespace, you can use the scope resolution operator (::) along with the namespace alias declaration. For example: `namespace new_name = original_namespace;`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers