| Data Access, Properties, and Methods - slide 22 : 29 |
The class Person which calls DayDifference on dateOfBirth. |
A client of Person and Date which reveal the consequences. |
Client program output. |
Passing references as ref parameters |
In case a reference is passed as an argument to a value parameter, the referenced object can be modified through the formal parameter








