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 |
what is page_directive
What is cache coherency and how is it eliminated? : .NET Architecture
difference between Response.write,server.transfer and also which one is used when ?
two common properties for any validation control ?
difference between data reader and dataset
what is the use of SQL command builder class in C#.net? Explain how can we execute a stored procedure using C#.Net? What is the difference between .DLL and .EXE?
how to set the startup position of the form?
how we can fire event in databound column in datagrid without using button?
Explain the types of memory management? : .NET Architecture
Explain the difference between state server and sqlserver : Dot net architecture
Will finally block exec if we write an return statement to a try block???????
Explain hard disk and what is its purpose? : .NET Architecture