Ask Question

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

+1
Answers (1)
  1. 8 April, 01:37
    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 & 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