Which practice is considered good when designing interfaces for object-oriented classes?
Using descriptive method names
Limiting the number of methods in a class
Overlook minor misbehaviors
Impose harsh punishments for any infraction

Computer Science Exercises are loading ...