Saving functuanality base and derive classes how to implement(/ rewrite this code )? Please help.
Other words , I want that if I call:
n.attack();
my output is : " I'm enemy class " and "ninja attack !!! "
That should give you what you want. This way, the derived class function will call the base class function before executing its own specialized behavior.