Namespace clash

If there are multiple types of namespaces in the file and an object being used in there is stored in both the namespaces, then calling it can cause the program to undergo a namespace clash regarding which namespace to use to explain that object, in order for it to be executed.

Privacy & Terms