Join Slack
Powered by
Can delegating to an interface in a class override...
# getting-started
v
veesus mikel heir
10/15/2019, 11:33 AM
Can delegating to an interface in a class override some of the functions and members that the actual base class of my class inherits
veesus mikel heir
10/15/2019, 11:56 AM
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!
Open in Slack
Previous
Next