Specifications
Sun Services
Java™ Programming Language
Module 3, slide 25 of 37
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. Sun Services, Revision F
Assigning a Variable
• Assign the newly created object to the reference
variable as follows:
MyDate my_birth = new MyDate(22, 7, 1964);
my_birth
0x01abcdef
day
month
year
22
7
1964










