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
State and explain about microsoft.net?
Why the config file might not be writable
Explain 'managed' mean in the .NET context
Explain different pipelining hazards? : Dot net architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
What are the types of memory management? : Dot net architecture
What actually happes when you add a something to arraylistcollection ?
what are constructors and destructors?
Explain .net mobile selectionlist control? : Microsoft dot net mobile
Explain the purpose of cache? : Dot net architecture
What is parallel computing?
What are bindings?
Define a virtual memory? : Dot net architecture
Explain write back and write through caches? : Dot net architecture
Explain hard disk? : Dot net architecture