What is namespace? List out system defined namespaces in visual basic
Answers
Answered by
4
a namespace is a set of symbols that are used to organize objects of various kinds, so that these objects may be referred to by name. In Java, a namespace ensures that all the identifiers within it must have unique names so that they can be easily identified.
Similar questions