Can we override constructor in c#?


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

Post New Answer

More C Sharp Interview Questions

Can you have more than one namespace in c#?

0 Answers  


Why c# is called type safe language?

0 Answers  


What is interpolation in programming?

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,


Is c# lazy thread safe?

0 Answers  






What is string class in c#?

0 Answers  


Can you access a hidden base class method in the derived class?

0 Answers  


Explain publishers and subscribers in events.

0 Answers  


can we assign null value to value type in c#?

12 Answers   Idea, Microsoft, Wipro,


What is the use of 'using' statement in c#?

0 Answers  


Define parsing? Explain how to parse a datetime string?

0 Answers  


In which way you can convert a value-type to a reference-type?

0 Answers   Siebel,


Categories