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
Why do we use parameters in c#?
What is a copy constructor in c#?
What is the meaning of extention?
What are properties in C#?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
What is the use of console?
Is string a data type in c#?
Is c# code is unmanaged or managed code?
What is meant by collections in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
Is string immutable in c#?
What is data hiding in c#?
What are the Types of assemblies that can be created in dotnet
How many bytes is an int?
What is difference between array and arraylist c#?