I must use this hierarchy as it is my assignment
Class hierarchy
Actor
| |___Aliens
| |___BallPickers
| |___RandomBallPicker
|
|_ PickingMachine
I want to call the method of class RandomBallPicker from class Machine.
Can I do so??
If yes, how??