OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024

OOPS

Question 54
Function overloading done at :
A
Runtime
B
Compile time
C
Linking time
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *