Difference between abstract class and interface
Answer Posted / killer
An abstract class is a special kind of class It allow other
classes to inherit but cannot be instantiated. It Inherit
only one abstract class.
An interface is similar to Abstract class, it cannot use
override keyword in inheritance class. It inherits several
interfaces.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can you Explain
what is inheritancy where u required ?
.Net Frame work arch?
Difference between throw exception and rethrowing ?
What is difference between .net and visual studio?
What is cache coherency and how is it eliminated? : .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?
What is IL code, CLR, CTS, GAC & GC?
Differnce between managed code and unmanaged code ?
What is the application frame host?
What is textbox control of .net mobile? : Microsoft dot net mobile
I want to create a project like google maps how can we do that with atlas?
Whats new features in Visual Studio 2012?
What are the major differences between services and web services?
difference between data reader and dataset