Home / C++ Programming / Objects and Classes :: Discussion

Discussion :: Objects and Classes

  1. Which of the following is the only technical difference between structures and classes in C++?

  2. A.
    Member function and data are by default protected in structures but private in classes.
    B.
    Member function and data are by default private in structures but public in classes.
    C.
    Member function and data are by default public in structures but private in classes.
    D.
    Member function and data are by default public in structures but protected in classes.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment