Computer Science, asked by joshua25072002, 1 year ago

what is the significance of default constructor..??​

Answers

Answered by Vaibhavverma73
0

Hey mate!

I am here with your answer!

Default constructors. A default constructor is a constructor which can be called with no arguments (either defined with an empty parameter list, or with default arguments provided for every parameter). A type with a public default constructor is DefaultConstructible.

Hope this helps you!

Answered by akkhansa
2

Explanation:

The DEFAULT constraint is used to set a default value for a column. The default value will be added to all new records, if no other value is specified.

Similar questions