What problems will I face if I remove the concept of interfaces from my code?
Posted
by
Vishwas Gagrani
on Programmers
See other posts from Programmers
or by Vishwas Gagrani
Published on 2012-12-15T15:17:35Z
Indexed on
2012/12/16
17:20 UTC
Read the original article
Hit count: 418
interfaces
I have been programming for many years but I am still not comfortable with the concept of "Interfaces". I try to use interfaces but many times I don't see a mandatory use for it. I think this is probably because the projects weren't so big, or because interfaces are more useful when teamwork is involved.
So, making another attempt to understand the importance of interfaces, here is my question:
What problems will I face if I remove the concept of interfaces from my code?
© Programmers or respective owner