Difference between abstract class and interface
Answer Posted / versha
Interface: 1)In case if interface it is one contract.The
functions which we define functions we have to make
implements in body.
2)It can come in inheritance chain
Abstract Class:1) In case of Abstract class we have to use
keyword that is"Mustinherit".
2)In that this is not come in inheritance
chain
| Is This Answer Correct ? | 84 Yes | 195 No |
Post New Answer View All Answers
What are relation objects in dataset?
What re interop services?
What is difference between Desktop, Client Server & Web based applications?
What is MS chart control in visual studio?
What is Opf3
Explain domestic architecture artifacts? : .NET Architecture
Explain the types of memory management? : Dot net architecture
What is cache coherency and how is it eliminated? : .NET Architecture
Define a virtual memory? : Dot net architecture
Can you Explain
define cache memory? : Dot net architecture
How to improve the cache performance? : .NET Architecture
Explain
What is cookie less session?
How do you handle this COM components developed in other programming languages in .NET?