Would it be a good idea to use cout with a new class to display something other than a line of text? Like say for example you have a 3d object class. Could you use the friend ostream/3d_object function to say render the object instead of printing a line?