Difference between abstract class and interface
Answer Posted / max
* An abstract class can have abstract members as well
non abstract members. But in an interface all the members
are implicitly abstract and all the members of the interface
must override to its derived class
* The members of the interface are public with no
implementation. Abstract classes can have protected parts,
static methods, etc.
for more detailed main five difference visit this link
http://codesforprogrammers.blogspot.com/search/label/Abstract%20class%20vs%20Interface
| Is This Answer Correct ? | 18 Yes | 11 No |
Post New Answer View All Answers
Which software is used for .net programming?
how to use custom field validation
What is private constructor? And it's use?
Explain write back and write through caches? : Dot net architecture
Explain domestic architecture artifacts? : .NET Architecture
What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile
How is the using() pattern useful? What is idisposable?
Explain pipelining? : .NET Architecture
Explain the purpose of cache? : Dot net architecture
What are the different pipelining hazards? : Dot net architecture
State the different levels of exceptional safety?
How do I prevent concurrent access to my data?
Explain Intermediate Language?
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
8. Oop-Why and were we use Interfacse and Abstract class.