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 do I stop a thread?
What is the access level of the visibility type internal?
Explain the difference between state server and sqlserver : Dot net architecture
Differnce between managed code and unmanaged code ?
What is a service contract, operation contract and data contract?
What is the mesi? : .NET Architecture
Explain .net mobile selectionlist control? : Microsoft dot net mobile
What is cache coherency? : Dot net architecture
Explain the five stages in a dlx pipeline? : Dot net architecture
What is the application frame host?
Can I create my own metadata attributes?
Difference between throw exception and rethrowing ?
HttpHendler and HttpModules
Can you Explain
Explain difference between machine config vs. Web config? : .NET Architecture