D
DavidGB
I have a base class (B), and another class that subclasses it (S).
S also 'Implements' an interface.
Most of the requirements of this interface are met by methods and properties
in B.
But .net complains that the interface requirements are NOT met, unless I
shadow them in S.
Is this expected behavior?
S also 'Implements' an interface.
Most of the requirements of this interface are met by methods and properties
in B.
But .net complains that the interface requirements are NOT met, unless I
shadow them in S.
Is this expected behavior?