Multiple choice technology

Which among the following does not come under the category of property declarartion attributes

  1. Writability

  2. Setter Semantaics

  3. Readability

  4. Atomicity Semantics

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Property declaration attributes include writability (readwrite/readonly), setter semantics (assign/retain/copy/strong/weak), and atomicity semantics (atomic/nonatomic). 'Readability' is not a standard property attribute category.