Difference between abstract class and interface
Answer Posted / prada
Abstract classes can inherit interfaces while
interfaces cannot inherit abstract classes
but class can implement more than one interface.
The members of the interface are public with no
implementation. Abstract classes can have protected
parts,static methods, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you explain control extenders?
Are there any third party logging components available?
Explain the race around condition? : .NET Architecture
Explain the purpose of cache? How is it used? : .NET Architecture
Explain the five stages in a dlx pipeline? : .NET Architecture
Explain the Lapsed Listener problem in .net
What is an interrupt? : .NET Architecture
Explain COM with example?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
Explain about cookie less session state? : .NET Architecture
How cache coherency is eliminated? : Dot net architecture
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
What does this do? Gacutil /l | find /i "corillian"
What is cookie less session?
difference between data reader and dataset