Ask Question
28 February, 08:25

Namespaces cannot have namespaces as members.

True

False

+1
Answers (1)
  1. 28 February, 11:25
    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?
Get an answer to your question ✅ “Namespaces cannot have namespaces as members. True False ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers