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

Discussion :: Object Oriented Programming Using C++

  1. If you want only one memory location to be reserved for a class variable, no matter how many objects are instantiated, you should declare the variable as

  2. A.
    static
    B.
    unary
    C.
    dynamic
    D.
    volatile

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment