Disadvatages of using namespace

Using namespace is sure helpful but we must be vigilant with our code since multiple libraries and namespace may contain same commands which will cause their definition to clash with each other causing a situation called ‘Namespace clash’.

Privacy & Terms