Hi Guys,
I understood how interfaces are implemented.Can some body help me understand in what scenario we are required to use interfaces. A requirement where the Interfaces were implemented would be great.
Thanks,
Vipul Kelkar
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vipul KelkarPosted Aug 10, 2011, 3:13 AM
Vipul KelkarPosted Aug 10, 2011, 3:12 AM
Amit ChoudharyPosted Aug 10, 2011, 2:22 AM
I found a best resource for you where you can clear you doubts on interface concepts.
Go through the article here surely you'll know when and where to use interfaces.
Thanks.
Jiteendra SampathiraoPosted Aug 10, 2011, 1:56 AM
To achieve multiple inheritance we are using Interfaces....
Multiple inheritance refers to a feature of some object-oriented computer programming
languages in which a class can inherit behaviors and features from more than one superclass.
Example is you have some similarities of your father and mother( color, height etc)...
For understanding: refer these links....
Link1 and LInk2
hope it help you......