Join Slack
Powered by
in kotlin it’s possible to declare interface metho...
# announcements
l
lucas_fm
02/27/2016, 1:10 PM
in kotlin it’s possible to declare interface methods with a body. it will behave exactly as if it was an abstract method. but if you use the interface in java, the body is ignored and you have to implements the method
3
Views
Open in Slack
Previous
Next