What is an interface class? Give one example of it


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

Post New Answer

More C Sharp Interview Questions

Explain what a diffgram, and a good use for one Define diffgram? How it be used?

0 Answers   Siebel,


When should I use static in C#?

0 Answers   SwanSoft Technologies,


List the difference between interface and abstract class?

0 Answers  


So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?

0 Answers  


What is string pool in c#?

0 Answers  






Can int be null c#?

0 Answers  


How structure objects are destroyed? As GC releases only the objects in stack, and structure is a value type and stored in heap. So how structure objects are released?

2 Answers  


Is stringbuilder faster than string concatenation c#?

0 Answers  


Is datetime value type c#?

0 Answers  


Why generics are used?

0 Answers  


What is difference between dictionary and hashtable?

0 Answers  


How can we sort an array in c#?

0 Answers  


Categories