Answers for "do you really need namespaces"

3

whar is namespace

We can think of namespace as you made a private space for your variables or 
functions so that ther cann't be any condition where you can find name 
collision of variable or function a program.
I found out a great article on tutorialspoint and would definitely suggest you 
all to go there to have a better understanding of namespaces.
https://www.tutorialspoint.com/cplusplus/cpp_namespaces.htm
Posted by: Guest on February-18-2021

Code answers related to "do you really need namespaces"

Browse Popular Code Answers by Language