Difference between abstract class and interface
Answer Posted / amulraj.m
1)An abstract class is a special kind of class that cannot be instantiated,An interface is not a class. It is an entity that is defined by the word Interface. An interface has no implementation; it only has the signature or in other words.
2)Abstract class should be used as base class.An interface is derived from all classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to improve the cache performance? : Dot net architecture
What is biginteger and when would you use that?
deference between display and visibility property of CSS
any one can explain about projectarchitecture and project approach briefly
Session State and can i store desirialized object in state server, if yes how and if not why.
What is the mesi? : .NET Architecture
Explain what does the term "green architecture" mean? : Dot net architecture
Can you explain server controls in atlas?
Differences between VS 2005, 2008 and 2010 ?
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
Explain about the base class library provided by microsoft.net?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
data types used in validation control
Can you explain control extenders?
Explain the purpose of cache? How is it used? : .NET Architecture