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

Discussion :: Object Oriented Programming Using C++

  1. You define a structure type globally because _____

  2. A.
    you save many lines of code by not rewriting an identical structure definition in each function that uses it
    B.
    you will never change its definition
    C.
    it is required in C++
    D.
    All of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment