If i for example have the two calsses dog and cat and i am programming inside the class dog a method called bark and i want to write a method cat which (under a certain condition) makes the dog bark...how do i do that? (the methods are all working fine but i have no idea how to call that dog.bark(); from the cat)
plus the actors are both in the world but not placed there by each other, but by the world...

