markjprice / cs12dotnet8

Repository for the Packt Publishing book titled "C# 12 and .NET 8 - Modern Cross-Platform Development Fundamentals" by Mark J. Price
564 stars 164 forks source link

Page 296 - Spouses #50

Closed rmantel23 closed 2 months ago

rmantel23 commented 2 months ago

Similar to Children on page 295.

You write:

  1. In Person.cs, add properties with private backing storage fields to indicate if that person is married and to whom, as shown in the following code:

But Spouses is a public field.

image

markjprice commented 2 months ago

Fixed: https://github.com/markjprice/cs12dotnet8/blob/main/docs/errata/errata.md#page-296---implementing-functionality-using-methods