Ask Question
5 February, 08:38

Namespaces cannot have namespaces as members.

True

False

+4
Answers (1)
  1. 5 February, 10:11
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers