Hey all. Right now i'm using

class_obj_name.method_name(params)
to call class methods. I'm just wondering what is the difference between that and calling it like so:
...