What is constructor and its types in C?

A constructor is a special type of member function of a class which initializes objects of a class . In C++, Constructor is automatically called when object(instance of class) is created. It is special member function of the class because it does not have any return type.24 Şub 2022

Sizin İçin Seçtik  What is constructor What are the rules for creating constructor in Java explain constructor overloading using example?

Leave a Reply

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