Object-Oriented Programming (OOP)

In computer science, Constructor refers to which of the following?

Correct answer

C. A special method automatically called when an object of a class is created, used to initialize it.

Explanation

Constructor refers to a special method automatically called when an object of a class is created, used to initialize it.