I have classes like these: class MyDate { int year, month, day; } class Lad { string firstName; string lastName; MyDate dateOfBirth; } ...
-
April 14, 2022
- 0 Comments