What is a sealed Class? What is the differnce between
sealed class and private class?
Answers were Sorted based on User's Feedback
Answer / suresh mediboyina
Sealed calss is a class which cann't be inherited
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / ram
sealed class cannot be inherited.
private class can be inheritable
Is This Answer Correct ? | 7 Yes | 1 No |
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
how to change the title of my window?
Explain the difference between l1 and l2 cache? : .NET Architecture
Explain domestic architecture artifacts? : .NET Architecture
What are the new features of .net 2.0?
Explain about cookie less session state? : .NET Architecture
What is difference between .net and visual studio?
What is the problem with .net generics?
What happens to the winfx technologies?
How can i create only one instance of class and thus doesn't allow creating any more instances?
how to add list of items in a web application and win application?
what is the difference between master page and content page?