Computer Science, asked by shraddha7916, 1 year ago

What is namespace? List out system defined namespaces in visual basic​

Answers

Answered by Anonymous
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