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
Explain cache memory? : .NET Architecture
What's the difference between an application and a program?
What is cookie less session?
Define cache? : Dot net architecture
Explain How to improve the cache performance? : Dot net architecture
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
what is the difference between master page and content page?
What is the application frame host?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
8. Oop-Why and were we use Interfacse and Abstract class.
What is Video Streaming in .net??
State and explain about microsoft.net?
how can we achieve language interoperability through CLS? How MSIL works?
what is diffrent beatween localprinter and networkprinter
6. Wcf- what is SOA