What is the purpose of the @property decorator?
-
A
It makes an attribute read-only by default and allows controlled access via a method
-
B
It converts a class method into an instance method
-
C
It marks a method as a static utility function
-
D
It prevents a method from being inherited