If the constructor is defined explicitly then, the compiler will not define the constructor implicitly
is it true ???
is it also true for copy assignment operator and copy constructor operator, that if we create copy assignment operator or copy constructor operator, the copiler will not define the default one
and if we define different copy assignment or contructor operator and tend to use the default one, will it give error
please answer all questions seperately, i am very confused …