Difference between abstract class and interface
Answer Posted / shashi
abstract class is specific for its sub class, while
interface has common properties for its all classes who
implement it.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain .net mobile input controls? : Microsoft dot net mobile
Difference between type constructor and instance constructor?
What is the importance of updatepanel control?
how we can fire event in databound column in datagrid without using button?
What is the purpose of hard disk? : Dot net architecture
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
Can I create my own metadata attributes?
Explain about .net garbage collector?
Why only boxed types can be unboxed?
Explain 'managed' mean in the .NET context
Explain how cache is used? : Dot net architecture
Can you Explain
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What are the types of memory management? : Dot net architecture