Can we have class without namespace??
Can we have class without namespace??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 5, 2014, 7:23 AM
Any classes which don't belong to a particular namespace are considered to belong to a 'global' namespace.
Munesh SharmaPosted Apr 5, 2014, 3:11 AM
if you use user define class then we do not need of namespace.