173k views
4 votes
What happens when you call a method on an object?

User JOM
by
5.6k points

1 Answer

4 votes

The method gets executed, possibly changing object state.

User InvalidArgument
by
5.0k points