Difference between abstract class and interface
Answer Posted / subru
a.Abstract classes can inherit interfaces while interfaces
cannot inherit abstract classes
b.Abstract classes can have implementation within them
while interfaces cannot contain any code
| Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
Whate are resource files? How are they used in .net?
What is .net mobile images control. : Microsoft dot net mobile
Explain the race around condition? : .NET Architecture
Use of Enable view state ? if turn off what happen ?
What are bindings?
Explain the purpose of cache? How is it used? : .NET Architecture
What is the difference between absolute expiration and sliding-time expiration?
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 are the events for a form?
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
deference between display and visibility property of CSS
Explain 'managed' mean in the .NET context
Explain Singleton design pattern in .net
what is the method while we are using adapter and dataset ?
What is .net viewstate?