what is c# command?


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

Post New Answer

More C Sharp Interview Questions

what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


Differentiate between dataset and datareader?

0 Answers  


What?s a multicast delegate?

3 Answers  


Explain metadata in c#.

0 Answers  


What is the difference between static and private constructor?

0 Answers  






Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?

0 Answers   Siebel,


What?s the advantage of using System.Text.StringBuilder over System.String?

1 Answers  


What is the difference between virtual and override in c#?

0 Answers  


What are custom exceptions? Why do we need them?

0 Answers  


what is virtual method in c#?

0 Answers  


Why we use dll in c#?

0 Answers  


What is the difference between method and function in c#?

0 Answers  


Categories