You need to understand that a non-abstract propert...
# announcements
d
You need to understand that a non-abstract property without custom getter consists of two things: backing field and getter. Only the getter is overridden, the backing field stays.