Please answer this?

Will default constructor work using copy assignment operator or we have to create our own constructor only?

@garganshul151
It will work using the copy assignment operator.