How can we set class to be inherited, but prevent the method from being over-ridden?


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

Post New Answer

More C Sharp Interview Questions

What is the difference between struct and class 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,


What is function c#?

0 Answers  


What is Named parameter in C#?

0 Answers  


Why do we use delegates?

0 Answers  






Is c# a backend language?

0 Answers  


What is the meaning of extention?

0 Answers  


What is cshtml extension?

0 Answers  


What is the root element of an xml file?

0 Answers  


What is data binding c#?

0 Answers  


Why extension method is static?

0 Answers  


What is private in c#?

0 Answers  


Categories