Why to use “using” 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 an assembly qualified name

0 Answers  


Why interface is required?

0 Answers  


What is an example of delegation?

0 Answers  


Can you inherit multiple interfaces?

3 Answers  


Can I define a type that is an alias of another type (like typedef in c++)?

0 Answers  


I want to print "Hello" even before main() is executed. How will you achieve that?

0 Answers   DELL,


Define multicast delegate? How it be used?

0 Answers   Siebel,


What is difference between int and int in c#?

0 Answers  


What is a thread c#?

0 Answers  


Why do we use methods in c#?

0 Answers  


What is difference between encapsulation and abstraction in c#?

0 Answers  


There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.

3 Answers   HCL,


Categories