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
Can you explain server controls in atlas?
What is WPF and WCF?
question related to table havi colspan and row span
what is inheritancy where u required ?
Differences between VS 2005, 2008 and 2010 ?
Why only boxed types can be unboxed?
What is the application frame host?
So what exactly is the configuration file for then?
Explain the Lapsed Listener problem in .net
Explain hard disk? : Dot net architecture
What is Object Caching in Visual Studio 2010?
Define cache coherency and how is it eliminated? : Dot net architecture
What do you know about machine.config file ?
What is the purpose of cache? : Dot net architecture
Explain the race around condition? How can it be overcome? : Dot net architecture