Answer:
Namespace is a logical container for all types i.e
class, enum, struct, interface etc..
Namespace is used in two scenarios:
1. to overcome the naming collision
2. to group related items together
class, enum, struct, interface etc..
Namespace is used in two scenarios:
1. to overcome the naming collision
2. to group related items together