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
Subclasses should not inherit unnecessary capabilities from superclasses. Any concrete class should not receive capabilities from interfaces that are not related to it. It is useful to consider this principle together with SRP and LSP .We define separate methods for our interfaces