Can you prevent your class from being inherited and becoming
a base class for some other classes?
Answer Posted / srivathsan
@ guest...
the answer is not incomplete.
it is implicit. Rakesh wants to tell that the sealed
methods cannot be inherited from a class that is not
sealed, even when you inherit other members from a class
that is not decorated with the keyword sealed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What Is A Multicast Delegate?
Can datetime be null c#?
Describe ways of cleaning up objects in c#.
What is difference between int and int in c#?
What are collections in c#?
Why do we need to call CG.SupressFinalize?
What is base class in c#?
Define delay signing?
Can var be null c#?
What is difference between write and writeline in c#?
What exactly happens when we debug and build the program?
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
What debugging tools come with the .NET ssSDK?
Which sorting algorithm is best?
What is dll file in c#?