Question Detail
Constructor is
- A class automatically called whenever a new object of this class is created
- A class automatically called whenever a new object of this class is destroyed
- A function automatically called whenever a new object of this class is created
- A function automatically called whenever a new object of this class is destroyed
Answer: Option C