Home / C++ Programming / OOPS Concepts :: Discussion

Discussion :: OOPS Concepts

  1. Which one of the following is correct about the statements given below?

    1. All function calls are resolved at compile-time in Procedure Oriented Programming.
    2. All function calls are resolved at compile-time in OOPS.

  2. A.
    Only II is correct.
    B.
    Both I and II are correct.
    C.
    Only I is correct.
    D.
    Both I and II are incorrect.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment