Difference between abstract class and interface
Answer Posted / subru
a.Abstract classes can inherit interfaces while interfaces
cannot inherit abstract classes
b.Abstract classes can have implementation within them
while interfaces cannot contain any code
| Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
Explain about code access security?
What actually happes when you add a something to arraylistcollection ?
How to improve the cache performance? : Dot net architecture
What is a virtual memory? : .NET Architecture
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
How does an appdomain get created?
How can we integrate atlas with web services?
Can I customise the trace output?
what are the fundamental and common properties of .net controls?
Explain cache? : Dot net architecture
how to make and display a form without title bar?
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 IL code, CLR, CTS, GAC & GC?
Is dim fs as filestreamobject is a managed code? : Dot net architecture
Explain different pipelining hazards and how are they eliminated? : Dot net architecture