Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

When does method overloading is determined?

a) At run time
b) At compile time
c) At execution time
d) At coding time

Answer: b
Explanation: Overloading is determined at compile time. Hence, it is also known as compile time polymorphism.

Join The Discussion