Difference between abstract class and interface
Answer Posted / vivek sharma
An abstract class may or may not have abstract method,but
it is useless without abstract method ,so an abstract class
should have atleast single abstract method.
while in case of an interface it is hardcode that an
interface can have only the abstract methods with it.
| Is This Answer Correct ? | 18 Yes | 14 No |
Post New Answer View All Answers
Define cache coherency? : Dot net architecture
What does this do? Gacutil /l | find /i "corillian"
Define a managed code? : Dot net architecture
How can we perform data binding in atlas?
Does .NET runtime offer Deterministic Destruction or not?
server.transfer limitation ?
HttpHendler and HttpModules
5. Wcf- Session Managment
Explain how cache is used? : Dot net architecture
How do I stop a thread?
What is Video Streaming in .net??
What is the difference between primary & secondary storage device? : Dot net architecture
What is the purpose of Accordian in jquery? Where it can be used?
Explain about metadata?
Explain difference between machine config vs. Web config? : .NET Architecture