Java Interfaces
Posted
by Mandar
on Stack Overflow
See other posts from Stack Overflow
or by Mandar
Published on 2010-05-01T16:05:15Z
Indexed on
2010/05/01
16:07 UTC
Read the original article
Hit count: 325
I have a doubt..
Why do we need interfaces ?
Can't we acheive the same effect by writing the implementation directly in the class?
It would be great if you could illustrate your point with an example.
Thanks in advance.
© Stack Overflow or respective owner