is it necessary to include base class in the header and or .cpp file of derived class?

...
Is there any harm if you include it ?
you could try this :)
Is there any harm if you include it ?

lol :)
stick the include in the header
I think in .cpp of derived class, it's not necessary, and in header file of derived class it's mandatory to include header file of base class.
Topic archived. No new replies allowed.