Difference between abstract class and interface
Answer Posted / vivek sharma
An abstract class may or may not have abstract method,but
it is useless without abstract method ,so an abstract class
should have atleast single abstract method.
while in case of an interface it is hardcode that an
interface can have only the abstract methods with it.
| Is This Answer Correct ? | 18 Yes | 14 No |
Post New Answer View All Answers
What is the access level of the visibility type internal?
How is the using() pattern useful? What is idisposable?
Tell me .net mobile emulators? : Microsoft dot net mobile
What are the five stages in a dlx pipeline? : Dot net architecture
what are the fundamental and common properties of .net controls?
Explain different pipelining hazards? : Dot net architecture
What does the term "green architecture" mean? : Dot net architecture
Explain difference between machine config vs. Web config : Dot net architecture
What are library functions?
Define cache coherency? : Dot net architecture
Explain the purpose of cache? How is it used? : .NET Architecture
Explain How to improve the cache performance? : Dot net architecture
What is the mesi? : Dot net architecture
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What actually happes when you add a something to arraylistcollection ?