If I had a date class with the private data month, day, and year, and I had a base class A with children classes B, and C, how would I use the month from the date in B? I have a B, and C variable, but I didn't use A. I don't know if that makes a difference.