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

Discussion :: OOPS Concepts

  1. What will happen if a class is not having any name?

  2. A.
    It cannot have a destructor.
    B.
    It cannot have a constructor.
    C.
    It is not allowed.
    D.
    Both A and B.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment