Question: What is the correct syntax for defining an `__init__()` method that sets instance-specific attributes upon creation of a new class instance?





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