Choose the correct Statements: S1: computed properties are built with a getter and a setter. S2: computed properties are always variables and cant be constants. S3: computed properties store something on an object and affect its memory.
A
S1 and S2
B
S1 and S3
C
S2 and S3
D
S1, S2 and S3