Methods do not get "connected". One gets called and can call another.

If I have a class, Foo, and two methods in that class, barOne() and barTwo(), then I can choose to call them like so:
...