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 the shortcutkey for solution explorer and add new item?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is .net mobile lists. : Microsoft dot net mobile
How resource files are used in .net?
which of the following statement is true about gac. a)it is being handled by .net framwork b)It is special folder c)it can have files with same name etc etc.
Whats new features in Visual Studio 2012?
What is an interrupt? : Dot net architecture
What actually happes when you add a something to arraylistcollection ?
Is dim fs as filestreamobject is a managed code? : Dot net architecture
Explain the difference between inprocess vs out process session state : Dot net architecture
What is WPF and WCF?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component