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
title: Don't refer to derived classes from the base class
4
+
title: Don't cast a base class to one of its derived classes
5
5
severity: 1
6
6
---
7
-
Having dependencies from a base class to its sub-classes goes against proper object-oriented design and might prevent other developers from adding new derived classes.
7
+
Having dependencies from a base class to its derived classes goes against proper object-oriented design and might prevent other developers from adding new derived classes.
0 commit comments