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
Explain 'managed' mean in the .NET context
How do I stop a thread?
Why only boxed types can be unboxed?
I want to create a project like google maps how can we do that with atlas?
Explain pipelining? : Dot net architecture
Explain the difference between primary & secondary storage device? : Dot net architecture
Define a virtual memory? : Dot net architecture
difference between data reader and dataset
What is a service class?
What's the difference between an application and a program?
Differnce between managed code and unmanaged code ?
Explain the types of memory management? : .NET Architecture
what are the fundamental and common properties of .net controls?
What is new in the .net 2.0 class library?
Difference between throw exception and rethrowing ?