Home / C++ Programming / OOPS Concepts :: Discussion

Discussion :: OOPS Concepts

  1. Which of the following is correct about class and structure?

  2. A.
    class can have member functions while structure cannot.
    B.
    class data members are public by default while that of structure are private.
    C.
    Pointer to structure or classes cannot be declared.
    D.
    class data members are private by default while that of structure are public by default.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment