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 is difference between Desktop, Client Server & Web based applications?
Explain hard disk and what is its purpose? : .NET Architecture
Explain pipelining? : .NET Architecture
How will you do windows authentication and what is the namespace?
what is inheritancy where u required ?
What are bindings?
Explain cache memory? : .NET Architecture
Explain some of the disadvantages due to microsoft.net?
What is .net mobile lists. : Microsoft dot net mobile
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
I want to create a project like google maps how can we do that with atlas?
what is the difference between running an application with and without debugger?
Explain about clr?
What are the new features of .net 2.0?
Explain Singleton design pattern in .net