+ 5
All interface methods are implicitly
4 Respuestas
+ 3
I understand this is a discussion about Java as no one mentioned it.
+ 1
If they are declared without an implementation then they are public and abstract (implicitly and compulsory). An interface can also have default and static methods which body can be defined. Those are implicitly public.
0
Hi
0
implicitly abstract