C Sharp (C#) - Properties and Encapsulation
You want to create a property
Age that only allows values between 0 and 120. Which implementation correctly enforces this using get and set accessors?