I'm not an expert, just a beginner. So I kindly ask that you write some code for me.
If I have two classes, CLASS A
and CLASS B
, and inside CLASS B
there is a function called funb()
. I want to call this function from CLASS A
every ten minutes.
You have already given me some ideas, however I didn't quite understand.
Can you post some example code, please?