what is the difference between interface and multiple interface?


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

Post New Answer

More C Sharp Interview Questions

What are anonymous methods ? why these methods are used and in what condition these methods are useful ?

1 Answers  


Is unboxing an implicit conversion?

0 Answers  


i need to insert data into sql server table emp through textboxes txtname and txtsalary using c# code. Please help

1 Answers  


When was .net linq added?

0 Answers  


What is uint c#?

0 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


Can partial class be inherited?

0 Answers  


What tool we have to use to install assembli in gac folder.

0 Answers  


What is the difference between values and reference types?

0 Answers   Alcatel-Lucent,


Explain the process of abstraction with an example?

0 Answers  


Can you allow class to be inherited, but prevent the method from being over-ridden?

2 Answers   Mind Tree,


What is the difference between icomparer and icomparable in c#?

0 Answers  


Categories