Ask Question
6 February, 13:57

When no class constructors are supplied by the author of a class, C+ + itself supplies a default constructor that does nothing.

Select one:

a. TRUE

b. FALSE

+3
Answers (1)
  1. 6 February, 15:16
    0
    The correct answer for the given question is an option (a) i. e "TRUE".

    Explanation:

    A constructor is those who initializes the object of a class it means they are used to initializes the member variable of a class.

    When no constructor is supplied by the author in the class. There is always a default constructor is created when we create an object for the class. The object of the class automatically created a default constructor.

    Hence the given statement is "true".
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, C+ + itself supplies a default constructor that does nothing. Select one: ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers