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

Discussion :: OOPS Concepts

  1. Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified?

  2. A.
    Call by value
    B.
    Call by reference
    C.
    Default arguments
    D.
    Call by pointer

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment