|
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.
|
|