Difference between abstract class and interface
Answer Posted / sudhakar
An Abstract class contains both abstract and non abstract methods.but the interface contains only abstract methods.
Abstract methods declared with the keyword Abstract where interface declared with interface keyword.
By using interface concept multiple inheritance is support.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is gui programming? : .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?
how to change row background color in gridview
What is WPF and WCF?
Explain the difference between l1 and l2 cache? : .NET Architecture
Explain about common language infrastructure?
What's new in the .net 2.0 class library?
Whate are resource files? How are they used in .net?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain the difference between primary & secondary storage device? : Dot net architecture
Explain pipelining? : Dot net architecture
Why only boxed types can be unboxed?
Explain the process of gc?
What is a service class?