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
How do we do authentications using atlas?
What is .net mobile images control. : Microsoft dot net mobile
What is the purpose of cache? How is it used? : Dot net architecture
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
Why am I getting an invalidoperationexception when I serialize an arraylist?
Define an interrupt? : Dot net architecture
Can you explain update progress control?
What is .net transaction?
Explain difference between machine config vs. Web config? : .NET Architecture
What is the application frame host?
What is gui programming? : .NET Architecture
how can we achieve language interoperability through CLS? How MSIL works?
what is the difference between master page and content page?
So what exactly is the configuration file for then?
What is a service class?