Which statement about abstraction is correct?
- It reduces the number of methods users call
- It reduces the total number of class methods
- It removes the need for classes to manage low-level functions
- It gives users greater control over objects' behavior
It reduces the number of methods users call.