What is namespace?

Submitted by: Administrator
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
Submitted by: Administrator

Read Online Dot Net Framework Job Interview Questions And Answers