Difference between abstract class and interface
Answer Posted / prada
Abstract classes can inherit interfaces while
interfaces cannot inherit abstract classes
but class can implement more than one interface.
The members of the interface are public with no
implementation. Abstract classes can have protected
parts,static methods, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What size is a .net object?
What is cache coherency and how is it eliminated? : Dot net architecture
Explain difference between state server and sqlserver? : .NET Architecture
Use of Enable view state ? if turn off what happen ?
Explain pipelining? : Dot net architecture
how to add list of items in a web application and win application?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
What is textbox control of .net mobile? : Microsoft dot net mobile
How resource files are used in .net?
Define an interrupt? : Dot net architecture
What is a managed code? : Dot net architecture
What is an asssembly qualified name? Is it a filename? How is it different?
Explain some of the disadvantages due to microsoft.net?
what is the difference between running an application with and without debugger?
Explain How to improve the cache performance? : Dot net architecture