Difference between abstract class and interface
Answer Posted / braham dutt
Abstract classes can have implementations for some of its
members (Methods), but the inteface class can't have
implementation for any of its members.
Abstract classes are faster than interfaces.
Interface comes in Inheritance chain while Abstract not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a clickonce application?
What is gui programming? : .NET Architecture
Explain COM with example?
Explain dma? : Dot net architecture
What are the different pipelining hazards? : Dot net architecture
What is the purpose of cache? : Dot net architecture
What is cache coherency and how is it eliminated? : .NET Architecture
What's the difference between an application and a program?
data types used in validation control
Explain what does the term "green architecture" mean? : Dot net architecture
HttpHendler and HttpModules
How cache is used? : Dot net architecture
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
What are the important principles of soa (service oriented architecture)?
How can I create a application?