Computer Science, asked by julius7696, 1 month ago

A function that is having the name as the class name is

Answers

Answered by profdambaldor
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