Having multiple class methods of the same name where each method has a different number of or type of parameters is known as
a) encapsulation
b) information hiding
c) tokenizing
d) importing
e) method overloading
Answer: e. Explanation: When methods share the same name, they are said to be overloaded. The number and type of parameters passed in the message provides the information by which the proper method is called.