Difference between abstract class and interface
Answer Posted / gurvinder kaur
1.In interfaces,keyword abstract is necessary.
2.in interfaces all functions should be abstract but in
abstract at least 1 function should be abstract.
3.in interfaces there is no inheritance but it can be in
abstract classes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can we achieve language interoperability through CLS? How MSIL works?
Can I create my own permission set?
what is the difference between running an application with and without debugger?
What is the purpose of Accordian in jquery? Where it can be used?
Explain a .net mobile example with details? : Microsoft dot net mobile
How does an appdomain get created?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
What is one way operation?
Explain about microsoft visual studio?
server.transfer limitation ?
4. Wcf- what Asych and Sych call and how that works
What does the term "green architecture" mean? : Dot net architecture
how to add list of items in a web application and win application?
What is the purpose of cache? : Dot net architecture
How does .net remoting work?