what is the significance of default constructor..??
Answers
Answered by
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
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