Solved

A Structure Variable Is Similar to a Class Object in Which

Question 9

Multiple Choice

A structure variable is similar to a class object in which of the following ways?


A) It has member data that is usually private and accessed through public member functions.
B) Its data can be initialized with a constructor.
C) It can be passed to a function or returned from a function.
D) All of the above.
E) B and C, but not A.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions