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

Discussion :: Object Oriented Programming Using C++

  1. Inheritance is the principle that

  2. A.
    Classes with the same name must be derived from one another
    B.
    Knowledge of a general category can be applied to more specific objects
    C.
    C++ functions may be used only if they have logical predecessors
    D.
    One function name may invoke different methods

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment