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.
Related Posts
What would be behaviour if the constructor has a return type?
What would be the behaviour if one parameterized constructor is explicitly defined?
What is not the use of “this” keyword in Java?
What is true about protected constructor?
Abstract class cannot have a constructor.
What is true about constructor?
What is true about Class.getInstance()?
Join The Discussion