+ 1
What is the purpose of interfaces in java?
I an asking purpose not just asking how it is used in Java :)
2 Respostas
+ 9
+ separate what a class does (interface) from how it does it (class implementation).
+ use it to achieve multiple inheritance.
+ 5
https://www.sololearn.com/discuss/580251/?ref=app
Could search the current Q&A first before posting questions :/