What is namespace?
Answers were Sorted based on User's Feedback
Answer / kumarvikash1985
namespace is a collectoin of classes ...and without
declaring the namespace we can't use the fionctionality of
programming language.
| Is This Answer Correct ? | 8 Yes | 13 No |
Answer / nagalakshmi
namespace s used stored the variables like that.
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / naveen kumar
it is used to solve the problem when there is conflict
between class names
| Is This Answer Correct ? | 12 Yes | 20 No |
Answer / ritesh kumar rawat
Namespace is logical group of classes.It can span multiple
assembly.
| Is This Answer Correct ? | 7 Yes | 17 No |
Answer / kumarasamy
namespace is a one of the problems solved by namespaces,
that of conflicting class names
| Is This Answer Correct ? | 7 Yes | 32 No |
why the argument is passed by reference to a copy constructor?example?
What are the components of marker interface?
What is virtual function?where and when is it used?
what are the ways in which a constructors can be called?
Program to check whether a word starts with a capital letter or not.
What is differance between Abstract and Interface
Can we have inheritance without polymorphism?
Why do we need oop?
diff between Abstract class Interfaces?
How does polymorphism work?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
When is a memory allocated to a class?