Pg 61 : 3.3.1

Date: 2019-07-30
Status: Fixed
Fixedinbuild:
20
Old Text:
Object obj2 = obj; //initializing obj using another reference
New Text:
Object obj2 = obj; //initializing obj2 using another reference
Comments:
Reportedby:
Username987654

 Back