What is the purpose of method overloading in Java?
a. To override superclass methods with more specific implementations.
b. To create multiple methods with the same name but different parameters.
c. To limit the number of methods in a class.
d. To restrict method access to subclasses only.