How can the "Extract Method" refactoring technique improve code readability?
By renaming all method variables
By combining multiple methods into one
By replacing method calls with actual code
By splitting long methods into smaller, more focused methods