-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0
-
1.1.1
-
generic
-
generic
-
Verified
Name: tb29552 Date: 10/31/98
In the tutorial, navigate as follows:
1. Learning the Java Language
2. Objects and Classes in Java
3. Creating Classes
4. Providing Constructors for Your Classes
Erroneous Statement:
"protected
Only subclasses of your class can create instances of it."
Correction:
Other classes in the same package can also create instances of it.
(Review ID: 41773)
======================================================================