Difference between abstract class and interface
Answer Posted / ved
An abstract class may contain complete or incomplete method.
Interface can contain only the signature of a method but no
body. Thus an abstract class can implement methods but an
interface can not implement method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What happens to the winfx technologies?
What are the new features of .net 2.0?
How to upload in video,mp4,in .net 4.5 ..?
Explain about the base class library provided by microsoft.net?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
What are the main Tools to develop .Net Application?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is the purpose of cache? : Dot net architecture
Explain the purpose of cache? : Dot net architecture
What is application frame host?
How can we perform data binding in atlas?
what is the difference between running an application with and without debugger?
how to create applications by using Visual Studio 2012?
Define an interrupt? : Dot net architecture
Explain write back and write through caches? : .NET Architecture