Forum Discussion
joetesta
8 years agoRoku Guru
Perhaps you can add two fields to the BaseClass, a boolean that signals BaseClass to run its SayHello function and the other field that receives the value returned by that function. Then the ExtendedClass could make use of those fields to call and receive the BaseClass SayHello value.