1.

Which of the following is correct about static polymorphism?

A. In static polymorphism, the conflict between the function call is resolved during the compile time
B. In static polymorphism, the conflict between the function call is resolved during the run time
C. In static polymorphism, the conflict between the function call is never resolved during the execution of a program
D. In static polymorphism, the conflict between the function call is resolved only if it required
Answer» B. In static polymorphism, the conflict between the function call is resolved during the run time


Discussion

No Comment Found