Can you allow class to be inherited, but prevent the method
from being over-ridden?
Answer Posted / guest
make the method as sealed
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is cts, clr?
What is the difference between array and arraylist c#?
What is a Assembly?
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
How can I get around scope problems in a try/catch?
Can abstract class be instantiated c#?
What does console readline do?
What do you understand by the terms datareader object and dataset object?
Which is better javascript or c#?
What is _viewstart cshtml?
Are c# tuples immutable?
What are handlers in c#?
Value Type and Reference Type Data type in C#?
Can you create an instance of a static class?
What are managed providers?