Cpp Programming Quiz 216 – How many default constructors per class are possible?

Question: How many default constructors per class are possible?
[A].Only one
[B].Two
[C].Three
[D].UnlimitedAnswer: Option A