Difference between abstract class and interface
Answer Posted / khaleek ahmad
Abstract class is a special kind of class which can not be
instantiated while Interface is an Entity. You can define
some methods in Abstract class but can not in interface
For more detail see at
http://interview-preparation-for-you.blogspot.com/2010/10/difference-between-abstract-class-and.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are library functions?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
How is the using() pattern useful? What is idisposable?
What is biginteger and when would you use that?
What is .net mobile input validation. : Microsoft dot net mobile
server.transfer limitation ?
How can I write my own .NET host?
Explain
How will you do windows authentication and what is the namespace?
Can you explain control extenders?
Explain the use of virtual, sealed, override, and abstract.
Explain the difference between l1 and l2 cache? : .NET Architecture
Can you Explain
data types used in validation control
What is an interrupt? : Dot net architecture