a.getB().getC().doSomething()
a is getting a B, but is using that B expressly to get a C, then finally calling some method on the C to do something.
(The getX()'s could as easily be exposed fields rather than methods: depends on idiom & language.)
I'm going to upset you now: that's usually a classic Demeter chain under fancy new terms.
It's a dead simple step with powerful follow-on effects in terms of changeability.
I hope you all get a good win today, too. :)