Why is my program saying I don't have an overloaded operator but I implemented one.

my program is saying that theres no << operator that matches. But I implemented two << helper functions for two classes (one inherits the other).
image.png
image.png
image.png
Was this page helpful?