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

Discussion :: C++ - MCQs

  1. Which other keywords are also used to declare the class other than class?
  2. A.
    struct
    B.
    union
    C.
    object
    D.
    both a & b

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Struct and union take the same definition of class but differs in the access techniques.


Be The First To Comment