Rationale

The more methods a class has, the more complex it is. Large classes are often a symptom that  something in the code has grown so large that it cannot be effectively  handled.

Scope

  • Apex classes

Did this answer your question?