InterviewSolution
Saved Bookmarks
| 1. |
What is a namespace? |
|
Answer» A namespace is the logical division of the code which can be used to resolve the name conflict of the identifiers by placing them under different name space. |
|