[{"question":"What method is called when a new object is created in Python?","options":["__new__","__init__","__create__","__object__"],"correct":1},{"question":"What does the super() function do?","options":["Creates a new class","Calls a method from the parent class","Deletes an object","Increases the object count"],"correct":1},{"question":"What is the purpose of the @property decorator?","options":["To mark a method as private","To define a getter that can be accessed like an attribute","To create a class method","To define a static method"],"correct":1}]