Subclasses Base Class
Warns if a class is a subclass of a base class.
Avoid subclassing generic system classes. You have no control over the implementation of these classes. Make sure that you are subclassing because the objects are logically related, rather than physically related. For example, a telephone book is not a Dictionary but it might have some of its state represented using a Dictionary.
Last modified date: 05/19/2020