What is the difference between abstract class and
Interface? Give an example how will u write an abstract
class using .NET Framework
Answer Posted / ravi
1. you can inherit a abstract class but only one
but you can implement more than one interface.
2. you can't initiate a n instance of abstract class
3. there may be concrete method in abstract class but all
the method in interface is virtual only , no mrthod
definition can be given in interface.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
where should I put this information then?
What's the difference between an application and a program?
Explain write back and write through caches? : Dot net architecture
Difference between throw exception and rethrowing ?
difference between data reader and dataset
server.transfer limitation ?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
HttpHendler and HttpModules
How can I write my own .NET host?
When do I need to use gc.keepalive?
What is Com Callable wrapper?when it will created?
What is parallel computing?
Explain difference between machine config vs. Web config? : .NET Architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
what are the events for a form?