Subject: Errata - Chapter 9, Page 336, C#
Posted By: RobC Post Date: 8/28/2006 11:17:40 PM
In the first code block on the page:
_items[ItemIndex].Quantity++;

...should probably be:
_items[ItemIndex].Quantity += Quantity;

In the second and third code blocks, the spelling of the getter variable is incorrect; it should be _productName, not _Productname.
Reply By: DaveSussman Reply Date: 8/30/2006 3:06:23 AM
Both are errors.


Go to topic 49046

Return to index page 190
Return to index page 189
Return to index page 188
Return to index page 187
Return to index page 186
Return to index page 185
Return to index page 184
Return to index page 183
Return to index page 182
Return to index page 181