Difference between abstract class and interface
Answer Posted / braham dutt
Abstract classes can have implementations for some of its
members (Methods), but the inteface class can't have
implementation for any of its members.
Abstract classes are faster than interfaces.
Interface comes in Inheritance chain while Abstract not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain difference between machine config vs. Web config? : .NET Architecture
Define an interrupt? : Dot net architecture
What is difference between .net and visual studio?
Explain the types of memory management? : .NET Architecture
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
Explain cache memory? : Dot net architecture
State the different levels of exceptional safety?
Can you explain scriptmanager control?
Is .net easier than java?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
Explain the difference between inprocess vs out process session state : Dot net architecture
What is Video Streaming in .net??
How cache is used? : Dot net architecture
how to change row background color in gridview
.Net Frame work arch?