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 |
How do you create shared assemblies ?
How to ensure the credentials for WebService using Windows authentication
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
what is minimum requirement for entity framework applications to run?
If I have multiple filters implemented, what is the order in which these filters get executed?
explain how you can load related entities in ef (entity framework)?
How do I define my own code group
Can I set the unlimited length for "maxjsonlength" property in config?
What are the contents of assembly?
What is separation of concerns in asp.net mvc?
What is a model in android?
Httpcontext objects?