Dot Net Framework Question:
Download Job Interview Questions and Answers PDF
What is namespace?
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
Download Dot Net Framework Interview Questions And Answers
PDF