what are implementation inheritance and interface inheritance?


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

Post New Answer

More C Sharp Interview Questions

Are private class-level variables inherited?

5 Answers   HCL, Siebel Systems, Visual Soft,


What are handlers in 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 a abstract class have a constructor?

0 Answers  


Distinguish between finally and finalize blocks?

0 Answers  






Why do we use hashtable in c#?

0 Answers  


What is the difference between ref and out parameters in c#?

0 Answers  


Explain the process of abstraction with an example?

0 Answers  


What do you know about Translate Accelerator?

0 Answers   C DAC,


What is a console in c#?

0 Answers  


What is the use of regex in c#?

0 Answers  


Are c# strings null terminated?

0 Answers  


Categories