What does it mean to "return the client?"
My teacher asked in an assignment to write a method that will return the date and the client. Here is her exact wording:
" You should also override the ToString method, to return the date and the client. (DateTime has a reasonable ToString method defined. Use it.) I found using "\t" (the tab symbol) helpful in lining up columns. "
I'm not sure what she is asking when she says to return the client. I understand how to return the date. Thank you.