Difference between abstract class and interface
Answer Posted / killer
An abstract class is a special kind of class It allow other
classes to inherit but cannot be instantiated. It Inherit
only one abstract class.
An interface is similar to Abstract class, it cannot use
override keyword in inheritance class. It inherits several
interfaces.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
How does .net remoting work?
how to change the application name?
How does .net mobile work? : Microsoft dot net mobile
difference between data reader and dataset
difference between Response.write,server.transfer and also which one is used when ?
Explain about continuable exceptions?
What is .net mobile input validation. : Microsoft dot net mobile
What is the application frame host?
When do I need to use gc.keepalive?
What is an interrupt? : .NET Architecture
Tell me .net mobile emulators? : Microsoft dot net mobile
How can implement drag and drop using atlas?
What actually happes when you add a something to arraylistcollection ?
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.