2 lines
235 B
Plaintext
2 lines
235 B
Plaintext
For maximum reusability, methods should accept parameters with as little specialization as possible. So unless specific features from a child class are required by a method, a type higher up the class hierarchy should be used instead.
|