[HD Pg 272, Sec. 8.5.2 - constructor-of-a-class]

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
Username987654
Posts: 95
Joined: Sat Dec 26, 2015 6:37 pm
Contact:

[HD Pg 272, Sec. 8.5.2 - constructor-of-a-class]

Post by Username987654 »

this.someValue = x; // initializing x
should be
this.someValue = x; // assigning instance variable someValue's value to the value of/contained in x
?

admin
Site Admin
Posts: 10386
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: [HD Pg 272, Sec. 8.5.2 - constructor-of-a-class]

Post by admin »

Correct. Added to errata.
thank you for your feedback!

Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests