Saved Bookmarks
| 1. |
Explain Namespace? |
|
Answer» Namespaces are logical GROUPINGS of names used WITHIN a program. There may be multiple namespaces in a SINGLE application code, grouped based on the identifier's use. The NAME of any given identifier must appear only once in its namespace. Namespaces are logical groupings of names used within a program. There may be multiple namespaces in a single application code, grouped based on the identifier's use. The name of any given identifier must appear only once in its namespace. |
|