Interface and its use?
WHAT IS THE INTERFACE? AND WHAT IS THE USE OF OF INTERFACE? PLEASE EXPLAIN ME?
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.
Jignesh TrivediPosted Oct 8, 2013, 4:39 AM
hi,
Please refer below link it might help u to undertand interface
http://msdn.microsoft.com/en-us/library/vstudio/ms173156.aspx
http://csharp-station.com/Tutorial/CSharp/Lesson13
Sanjeeb LenkaPosted Oct 8, 2013, 1:22 AM
Refer to this link:
http://www.c-sharpcorner.com/UploadFile/3d39b4/interface-in-C-Sharp-part-1/
http://www.c-sharpcorner.com/UploadFile/3d39b4/interface-in-C-Sharp-part-2/
http://www.c-sharpcorner.com/uploadfile/6897bc/interfaces-in-C-Sharp/
Sunny SharmaPosted Oct 8, 2013, 1:17 AM
Basically, in short, an Interface is a binding contract which guarantee the implementation of specified members.
Suggest you to check the links in "OUR RECOMMENDED SOLUTIONS" Section that comes right below your question. Go through the Basic OOPS Concepts and you'll be OK.
HTH :)