Difference between abstract class and interface
Answer Posted / chetan s
1. Interface comes in Inheritance chain while Abstract not
2. One class can inherit muliple interface but it can't
inerit mulitple abstract class
3. Abstract class can have concert method but interface
can't.
4.An abstract class can contain fields, constructors, or
destructors and implement properties. An interface can not
contain fields, constructors, or destructors and it has
only the property's signature but no implementation.
5.Abstract classes are faster than interfaces.
| Is This Answer Correct ? | 108 Yes | 41 No |
Post New Answer View All Answers
Explain what does the term "green architecture" mean? : .NET Architecture
What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile
Explain the difference between primary & secondary storage device? : Dot net architecture
Explain COM with example?
Define the mesi? : Dot net architecture
What is difference between Desktop, Client Server & Web based applications?
Describe the Managed Execution Process in .NET?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
What is private constructor? And it's use?
Define a virtual memory? : Dot net architecture
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Explain
What is Object Caching in Visual Studio 2010?
Define an interrupt? : Dot net architecture
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.