English, asked by thalal2177, 3 days ago

6. In C++ language _______________ function is constructor function

Answers

Answered by akanshadebnath61
0

Answer:

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 create.

Similar questions