Difference between abstract class and interface
Answer Posted / vikas kaundal
1.we never pass object in abstract class only inherit the
abstract class and in which pass the references only
interface
1.in which declare only member.
2.we can implement the multiple interface.
3. its used only standlizition.
4.we can inherit the interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
define cache memory? : Dot net architecture
How can we integrate atlas with web services?
Explain write back and write through caches? : Dot net architecture
Which software is used for .net programming?
What is one way operation?
What is the .net class that allows the retrieval of a data element using a unique key?
Explain what does the term "green architecture" mean? : .NET Architecture
What is cache coherency and how is it eliminated? : Dot net architecture
Use of Enable view state ? if turn off what happen ?
Explain difference between inprocess vs out process session state? : .NET Architecture
5. Wcf- Session Managment
What is a managed code? : Dot net architecture
Explain
what is polymorphism and advantage ?
What are the types of memory management? : Dot net architecture