Computer Science, asked by deyrikta62, 9 months ago

Why constructor is called special type of member function?

Answers

Answered by sunil1241
2

Answer:

Constructors is a special member function of class and it is used to initialize the objects of its class. ... It is named as "constructor" because it constructs the value of data member of a class. Initial values can be passed as arguments to the constructor function when the object is declared

Answered by lopamudrasahu059
0

Answer:

this answer will be helpful

Attachments:
Similar questions