Hello
I tried to implement a simple inheritance between two classes
- first I had to add some dummy output to my parent function otherwise it was forced as an event instead of a function in the child (wtf ???)
- sometimes the child function is called, sometimes the parent function is called which should not bee the caste, I always cast to the child class before calling the function
anybody can explain that to me is welcome
thanks
I tried to implement a simple inheritance between two classes
- first I had to add some dummy output to my parent function otherwise it was forced as an event instead of a function in the child (wtf ???)
- sometimes the child function is called, sometimes the parent function is called which should not bee the caste, I always cast to the child class before calling the function
anybody can explain that to me is welcome
thanks
Comment