Difference between abstract class and interface
Answer Posted / tevendra singh
Abstract classes can have implementations for some of its
members (Methods), but the inteface class can't have
implementation for any of its members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whats new features in Visual Studio 2012?
Explain dma? : .NET Architecture
Waht is Dot net Arcitecture
define cache memory? : Dot net architecture
What actually happes when you add a something to arraylistcollection ?
Why the config file might not be writable
Explain hard disk and what is its purpose? : Dot net architecture
What is the purpose of hard disk? : Dot net architecture
Explain domestic architecture artifacts? : Dot net architecture
What are different types that a variable can be defined and their scopes ?
Explain about microsoft visual studio?
What is an asssembly qualified name? Is it a filename? How is it different?
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
Can I create my own permission set?
How is the using() pattern useful? What is idisposable?