Can delegating to an interface in a class override...
# getting-started
v
Can delegating to an interface in a class override some of the functions and members that the actual base class of my class inherits
Just tested it, it does count as the derived class overriding the base class, and it works with dynamic dispatch that you'd expect from inheritance!