Difference between abstract class and interface
Answer Posted / karthik
Abstract classes can have implementations for some of its
members (Methods), but the inteface class can't have
implementation for any of its members
| Is This Answer Correct ? | 247 Yes | 49 No |
Post New Answer View All Answers
How do I prevent concurrent access to my data?
Differences between VS 2005, 2008 and 2010 ?
Explain the five stages in a dlx pipeline? : Dot net architecture
What is the .net class that allows the retrieval of a data element using a unique key?
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
What is the use of web.config?
What is the mesi? : .NET Architecture
What re interop services?
What is cache coherency? : Dot net architecture
Why only boxed types can be unboxed?
Define the mesi? : Dot net architecture
Can I create my own context attributes?
how to change row background color in gridview
What is IL code, CLR, CTS, GAC & GC?
what is the difference between running an application with and without debugger?