Answer Posted / komilla shaheen
Namespace is logical unit of all classes .Namespace can
span multiple assemblies.
eg.System.Web.UI logically group all UI related features.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sqldataadapter in c#?
How can you set image source dynamically from c# application to ”test.png” file?
How to use the sreamReader class to read form a text file?
What is the .net datatype that allows the retrieval of data by a unique key?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
To whom a method is accesssed if it is marked as protected internal ?
What is private virtual in C#?
Is namespace a class?
What is a dll in c#?
What are the advantages of clr procedure over t-sql procedure?
How can I develop an application that automatically updates itself from the web?
What is the difference between inheritance and abstract class?
What is the use of tuple in c#?
What is constants in c#?
Is everything an object c#?