First page Back Continue Last page Graphics
Accessing data?
In a program that uses the Date class,
- Date MyDate;
- MyDate.day = 13
- MyDate.month = 2
- MyDate.year = 2003
ALL FAIL! (Won't compile)
Practice: date in inclass
- Note: reference to class in this example!