Answer Posted / payal mehta
Namespace is naming schema in which we can organize no. of
classes.Using that classes we can use or inherit properties
and methodes in our application.Namespace also can contain
number of assemblies.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
Which is executed if an exception has not occurred?
Which of these string definitions will prevent escaping on backslashes in c#?
What's difference between constants and static readonly?
Can constructor be private c#?
What are the methods in c#?
What is the difference between ienumerable and enumerable?
What is variable and its classification?
Can bool be null c#?
What can we do to handle multiple exceptions?
How long does a loop recorder procedure take?
What is the purpose of a namespace?
What are delegates and why are they required?
What is before string in c#?
Can we have multiple threads in one app domain?