What is the difference between abstract class and
Interface? Give an example how will u write an abstract
class using .NET Framework
Answer Posted / ravi
1. you can inherit a abstract class but only one
but you can implement more than one interface.
2. you can't initiate a n instance of abstract class
3. there may be concrete method in abstract class but all
the method in interface is virtual only , no mrthod
definition can be given in interface.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is an asssembly qualified name? Is it a filename? How is it different?
What is .net mobile input validation. : Microsoft dot net mobile
Explain about continuable exceptions?
Use of Enable view state ? if turn off what happen ?
Explain write back and write through caches? : Dot net architecture
Different types of authentication modes in .net framework ?
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
Explain COM with example?
What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile
Session State and can i store desirialized object in state server, if yes how and if not why.
Explain how does .net mobile work? : Microsoft dot net mobile
What is application frame host?
Define dma? : Dot net architecture
Explain pipelining? : .NET Architecture
Is dim fs as filestreamobject is a managed code? : Dot net architecture