Aug 31, 2008 at 5:54am
Hey all,
I know that friendship isn't usually inherited by a derived class, but does that still hold if the base class is purely abstract? Thanks!
Aug 31, 2008 at 8:59pm
It should seeing as an ABC is exactly like a regular class except it can't create objects and it has functions that are purely virtual.