Ask Question

Namespaces cannot have namespaces as members.

True

False

+1
Answers (1)
  1. 26 August, 18:04
    0
    False

    Explanation:

    namespaces can be nested. That is we can have a hierarchy of namespaces.

    For examples suppose we have a namespace top. Within this we have another namespace first. At the next level we have a namespace called second. Then we have a class MyClass as a member of this namespace second. Then the complete description of the class will be as follows:

    top::first::second::MyClass
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Namespaces cannot have namespaces as members. True False ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers