Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. What does your class can hold?
  2. A.
    data
    B.
    functions
    C.
    both a & b
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The classes in c++ are used to manipulate both data and functions.


Be The First To Comment