Home » C++ Programming » Classes & Objects » Question
  1. Which other keywords are also used to declare the class other than class?
    1. union
    2. struct
    3. both union & struct
    4. object
    5. None of these
Correct Option: C

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



Your comments will be displayed only after manual approval.