Private Class method
TODO
#
Private Instance Method- Private instance method is more popular
- This makes sense, because we are calling a private method, from outside the class.
#
Private Class Method:This doesn't make sense, because it was supposed to throw an error, right?
private_class_method
is what we are looking for here.