A function that is having the name as the class name is
Answers
Answered by
0
Answer:
Constructor.
Explanation:
A constructor is function of a class that is called whenever an object is created. It is usually used to assign values to the variables of the class.
Similar questions