Define using statement in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is int16?

0 Answers  


What is a dbml?

0 Answers  


i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


Why do we use abstraction in c#?

0 Answers  


what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??

2 Answers  






What is continue in c#?

0 Answers  


Overloaded constructor will call default constructor internally?

0 Answers  


Can we have only “try” block without “catch” block in c#?

0 Answers  


What is the difference between these statements obj=null and obj.dispose()

4 Answers   Fulcrum Logic,


Which are the loop types available in c#?

0 Answers  


What is hashtable c#?

0 Answers  


4. Describe the process when we send a request URL? And who is responsible for that?

0 Answers   Mphasis,


Categories