How can you prevent your class to be inherated further
Answer / kirti
By setting Sealed - Key word
public sealed class Planet
{
//code goes here
}
class Moon:Planet
{
//Not allowed as base class is sealed
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I uninstall microsoft .net framework?
How you can implement custom validation in asp.net MVC?
What are ajax helpers in asp.net mvc?
What are actions in mvc?
Can source code be reverse-engineered from IL?
What is the mvc pattern (model view controller pattern)?
What is asp net framework?
What is difference between constants, readonly and, static
Where are the routing rules defined in an asp.net mvc application?
which is good java or Dot net?
What is the difference b/w constant & read only variable?
4 Answers IMI Soft Engineering,
give the feature of .net2.0 over .net1.1