You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a base type explicitly implements a public interface method, that method is only accessible, in derived type, through a reference to the current instance (namely this). If the derived type explicitly overrides that interface method, the base implementation becomes un-accessible.
The text was updated successfully, but these errors were encountered:
RSPEC-4039
When a base type explicitly implements a public interface method, that method is only accessible, in derived type, through a reference to the current instance (namely this). If the derived type explicitly overrides that interface method, the base implementation becomes un-accessible.
The text was updated successfully, but these errors were encountered: