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 |
Explain the advantages of asp.net mvc over asp.net?
Does razor engine supports for tdd?
what is Framework?
What is the CLR
what is entity sql?
What is the difference between old ADO.NET and Entity framework coding techniques?
In razor syntax, what is the escape sequence character for @ symbol?
explain what is ado.net entity framework?
What is the use of dataadapter ?
Difference between .NET & J2EE
What does assert() method do?
1 Answers MCN Solutions, Siebel Systems,
Explain how you can implement Ajax in MVC?