[cs23021] on project 7

Mikhail Nesterenko mikhail at cs.kent.edu
Mon Dec 4 17:00:22 EST 2006


Mikhail Nesterenko wrote:
> 
> * In the project, you have to override overload insertion in derived
>   class. This is not trivial. So instead, you can assume that
> 
>   Date has function print() that prints the contents of the object
> 
>   This function has to be overridden in BDate class. Your project does
>   NOT have now to work with the example program provided in the
>   repository.


Alternatively, you can use the overloaded insertion of the base class
without overriding it.  Which means that the name of the overloaded
birthday person will not be printed.

Either way is acceptable.

thanks,
--
Mikhail


More information about the cs23021 mailing list