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
Explain about the base class library provided by microsoft.net?
What are the major differences between services and web services?
Explain .net mobile automatic paging? : Microsoft dot net mobile
What is the difference between an event and a delegate?
difference between Response.write,server.transfer and also which one is used when ?
Explain dma? : Dot net architecture
Explain COM with example?
HttpHendler and HttpModules
Difference between type constructor and instance constructor?
Why am I getting an invalidoperationexception when I serialize an arraylist?
What is the mesi? : Dot net architecture
Explain How to improve the cache performance? : Dot net architecture
What is biginteger and when would you use that?
What are the types of memory management? : Dot net architecture
Explain cache? : Dot net architecture