✏️ Explanatory Question

What is the default constructor?

👁 692 Views
📘 Detailed Answer
💡

Answer with Explanation

In computer programming languages, the term default constructor can refer to a constructor that is automatically generated by the compiler in the absence of any programmer-defined constructors and is usually a nullary constructor.