Difference between default constructor and constructor with default arguments?

Answer:
default constructor is one , which need not to be written in program because every program has default constructor .having no statements in it.

constructor with default argument means we have a body of it and some statements is written between blocks and we must write this constructor in our program .
First answer by ID2057398740. Last edit by ID2057398740. Question popularity: 1 [recommend question].