ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following statement is true?
Correct Answer: B — I only
In Procedural programming like C we don’t have the concept of polymorphism, therefore, all the function calls are resolved at the compile-time but in case of OOP languages sue to polymorphism concept all function calls are not resolved at compile-time.