Answer:
False.
Explanation:
If there are no constructors created by the author of the class that class will not generate errors when compiled in C++ because the when there are no constructors supplied to the class by the author of the class.There exists a default constructor if there are no constructors defined by the programmer.On defining a constructor by a programmer default constructor gets deleted.