Q1) Overloading:
a. Means running different methods but with the same parameters.
b. Means running the same methods with the same parameters
c. Means running the same methods but with the different parameters
d. Means running different methods with the different parameters
Q2)An overloaded method:
a. can catch different types of exceptions.
b. is automatically called as the form loads.
c. may be called with different argument list.
d. can return different data types.