addClass / removeClass ?

addClass / removeClass ?

I've seen these discussions involving addClass / removeClass methods.
But don't quite understand what arguments they require. For example - if there is a statement like:

  1. $("#illustration-text").removeClass("show");
What is "show" here ?
Thanks,