Hello
Im reading documents for about 1 hour now and still didnt get the idea of using interfaces.
Interfaces have their methods and Classes that implements those interfaces ‘promise’ that they will have the same methods that the interface have.
So what is the point of using an interface if I am going to write the class specific code each time ?
Please can someone point me to a good and easy to understand example of document ?
Thank you.