Question: Which method is called automatically when an object is initialized?

  1. create()
  2. new()
  3. constructor()
  4. init()

Answer: The correct answer of the above question is Option C:constructor()