Answers

Question and Answer:

  Home  Dot Net Framework

⟩ What is namespace?

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

 138 views

More Questions for you: