If `Foo` derives from `Bar` then you can call `Bar...
# announcements
z
If
Foo
derives from
Bar
then you can call
Bar
extension methods on an instance of
Foo
. Is this not what you are referring to with polymorphic extension methods @michael.hibay ?