Difference between abstract class and interface
Answer Posted / sudhakar
An Abstract class contains both abstract and non abstract methods.but the interface contains only abstract methods.
Abstract methods declared with the keyword Abstract where interface declared with interface keyword.
By using interface concept multiple inheritance is support.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does .net mobile work? : Microsoft dot net mobile
Define cache coherency and how is it eliminated? : Dot net architecture
Explain about developer benefit from memory management?
What are different types that a variable can be defined and their scopes ?
Explain How to improve the cache performance? : Dot net architecture
How is the using() pattern useful? What is idisposable?
Define domestic architecture artifacts? : Dot net architecture
What is cookie less session?
What is the difference between absolute expiration and sliding-time expiration?
What is the access level of the visibility type internal?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
Can you explain update progress control?
What is .net mobile lists. : Microsoft dot net mobile
Explain cache? : .NET Architecture
What are the different pipelining hazards and how are they eliminated? : Dot net architecture