If i have a class desribing dates from the calendar and second class Student with members:
name, date of birth(using the first class)
how could i write a method for the second class with parameter date that returns the ages of the student?
name, date of birth(using the first class)
how could i write a method for the second class with parameter date that returns the ages of the student?
Comment