if you provide a body for an `abstract` member, th...
# announcements
k
if you provide a body for an
abstract
member, that's used as the default if an implementation doesn't override it
r
That's only true in an interface, isn't it? Otherwise
open
is useless.
k
you're right