Does C++ need a constructor?

Answer: C++ Empty constructor necessity depends upon class design requirements . We know that C++ class constructor is called when we create an object of a class. If a class is not required to initialize its data member or does not contain data member, there is no need to write empty constructor explicitly.

Sizin İçin Seçtik  How many types of inheritance are there in C++?

Leave a Reply

Your email address will not be published. Required fields are marked *