Dot Net Framework Question: Download Dot Net Framework PDF

What is namespace?

Tweet Share WhatsApp

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

Download Dot Net Framework PDF Read All 22 Dot Net Framework Questions
Previous QuestionNext Question
How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible?What is Reflection in .NET?