Specifications
Sun Services
Java™ Programming Language
Module 3, slide 23 of 37
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. Sun Services, Revision F
Explicit Attribute Initialization
• Initialize the attributes as follows:
MyDate my_birth = new MyDate(22, 7, 1964);
• The default values are taken from the attribute
declaration in the class.
my_birth
????
day
month
year
1
1
2000










