How do i reach a class from within another class?
I have
Class A and
Class B
How can i activate or run class A from Class B?
example, if class A and class B work toward the same resource, one create data the other consume data. How can i make class A creator start again and create more data?