Friend classes and inheritance

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!
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.
Topic archived. No new replies allowed.