Link to home
Start Free TrialLog in
Avatar of srivmanish007
srivmanish007

asked on

OOPS: interface vs abstract

Exactly what could be the possible scenarions when we should make interface and when we shold go for abstract classes?
Avatar of ToddBeaulieu
ToddBeaulieu
Flag of United States of America image

More test questions.
Avatar of srivmanish007
srivmanish007

ASKER

I was expecting a solution from your side but i  thing it is waste to ask questions because no one is giving proper answers and sending to the sites'url which is not a better way.
I have queried about 5 questions but i have not got any one's answer just a got a story for all the questions.........
It's waste to effort the time as well as money on  this site to  get answers ithought that most  probably this site willl be helpful for  me but no ..................
ASKER CERTIFIED SOLUTION
Avatar of mrjoltcola
mrjoltcola
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dmitry G
There are some good articles on internet about interfaces and abstract classes aimed on beginners. Please find some:

http://www.codeproject.com/KB/cs/abstractsvsinterfaces.aspx

and

http://en.csharp-online.net/Should_I_use_an_abstract_class_or_an_interface%3F
http://geekswithblogs.net/mahesh/archive/2006/07/05/84120.aspx

The first one has some code samples useful for understanding. Please read it - it's a good one.
no comments