Cpp Programming 82 – What will happen if a class is not having any name?

Question: What will happen if a class is not having any name?
[A]. It cannot have a destructor.
[B]. It cannot have a constructor.[C]. It is not allowed.
[D]. Both A and B.

Answer: Option D