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
What is the purpose of cache? How is it used? : Dot net architecture
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Can I customise the trace output?
What is WPF and WCF?
Explain about .net garbage collector?
how to delete the record using data reader
What is the difference between machine config vs. Web config : Dot net architecture
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
server.transfer limitation ?
Explain the process of gc?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
What actually happes when you add a something to arraylistcollection ?
What is Object Caching in Visual Studio 2010?
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?