Home
Exams
Providers
About
Sign In
Sign Up
Home
/
Exams
/
Python Institute Certified Professional in Python Programming 1
/
Question #10
#10
Multiple Choice
Mark for review
Which sentence about the @property decorator is false?
A.
The @property decorator should be defined after the method that is responsible for setting an encapsulated attribute.
B.
The @property decorator designates a method which is responsible for returning an attribute value.
C.
The @property decorator marks the method whose name will be used as the name of the instance attribute.
D.
The @property decorator should be defined before the methods that are responsible for setting and deleting an encapsulated attribute.
Reveal Answer
Previous
Question 10 of 80
Exam PCPP-32-101 Topic 1 Question 10
Back to all questions
Next
Sign In
Sign Up