+ 3
Interfaces in java
please explaine interfaces in java
1 Resposta
+ 1
theres abstract and theres interface class
"Abstract" contains abstract and nonabstract methods().
"Interface" only contains abstract methods() and constants.
by the way java is oop so an interface in real life would be the likes of the touch screen on a mobile phone somthing that interacts with the program i guess.