i'm trying do 1 thing with C++ that it's kill me :(
how can i create a class derived from other, and change the functions
outside the class without re-declare them?
(for use '::' ouside the main function in these way: void
classname::functionname(){//somthing})
how can i create a class derived from other, and change the functions
outside the class without re-declare them?
(for use '::' ouside the main function in these way: void
classname::functionname(){//somthing})