Ask Question

When no class constructors are supplied by the author of a class, that class will generated errors when compiled in C++.

Select one:

a. TRUE

b. FALSE

+2
Answers (1)
  1. 26 September, 09:42
    0
    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.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “When no class constructors are supplied by the author of a class, that class will generated errors when compiled in C++. Select one: a. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers