In the example you gave, show()
and hide()
make a lot of sense, at least to me.
On the other hand, if you had a property skinPigment
and you decided to make functions called tanMe()
and makeAlbino()
that would be a really poor, non-obvious choice.
It is subjective, you have to try to think the way your users (the people utilizing this class) think. Whichever way you decide, it should be obvious to them, and well-documented.