28.5k views
1 vote
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

User OldManSeph
by
7.6k points

1 Answer

2 votes

Answer:

False.

Step-by-step 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.

User Tanou
by
7.7k points