Multiple choice technology packaged enterprise solutions

What is class pollution?

  1. The burgeoning numbers of custom rules in the Work- class that make navigation in application work classes difficult.

  2. The improper creation of sub-classes to the Work- class

  3. The creation of too many rules in the application work class

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Class pollution refers to the practice of creating custom rules directly in high-level classes like Work- rather than in specific subclass levels. This clutters the inheritance hierarchy and makes rule navigation and maintenance difficult. Improper subclassing or excessive rules in specific application classes do not define this concept.