is it possible to reference a Subclass’ override f...
# getting-started
c
is it possible to reference a Subclass’ override fun implemention within a parent sealed class fun?
r
It will automatically. That's the point of polymorphism.