Vidyalelo
C++ Programming · Q67

Introduction to C++

Programming · C++ Programming · question 67

Q67

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
Answer
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: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board