ENVY/QA User Guide : Code Critic : Class Reviews : Subclasses Base Class
Subclasses Base Class
Warns if a class is a subclass of a base class.
D:\Documents\VAS Documentation Word\images\tips.gif
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