~Is there a reason why interface members need an e...
# eap
m
Is there a reason why interface members need an explicit
public
with
explicitApi()
?
Interface members always have the same visibility as the interface itself 🤔 Nevermind. I’ve just learned that interfaces can have private functions 😮