OOPS
August 29, 2024OOPS
August 29, 2024OOPS
|
Question 54
|
Function overloading done at :
|
Runtime
|
|
|
Compile time
|
|
|
Linking time
|
|
|
Switching from function to function
|
Question 54 Explanation:
Function overloading done at compile time. In the Java programming language, function overloading is also known as compile-time polymorphism and static polymorphism.
Correct Answer: B
Question 54 Explanation:
Function overloading done at compile time. In the Java programming language, function overloading is also known as compile-time polymorphism and static polymorphism.
