Java - Interfaces
Posted
by RayAllen
on Stack Overflow
See other posts from Stack Overflow
or by RayAllen
Published on 2010-05-01T15:37:52Z
Indexed on
2010/05/01
15:47 UTC
Read the original article
Hit count: 331
I had a doubt ..
Why do we need interface in Java ?
Instead of interface can't we write the methods in the class itself ?
Why do we need seperate interface?
© Stack Overflow or respective owner