Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. When a child class function is called, the compiler looks first for a matching function name in the _____

  2. A.
    class of the object using the function name
    B.
    immediate ancestor class
    C.
    base class
    D.
    descendant class

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment