Difference between abstract class and interface
Answer Posted / b.harendra
what is the difference between abstractclass and interface?
Re: Difference between abstract class and interface
Answer
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
Define cache coherency and how is it eliminated? : Dot net architecture
Which software is used for .net programming?
What are the major differences between services and web services?
Difference between type constructor and instance constructor?
What are public and private assemblies ?
How cache is used? : Dot net architecture
Define domestic architecture artifacts? : Dot net architecture
Does application frame need host?
Can I create my own metadata attributes?
how to set the startup position of the form?
Define an interrupt? : Dot net architecture
When do I need to use gc.keepalive?
Can I customise the trace output?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
Explain about cookie less session state? : .NET Architecture