class Cat: a=4 cat = Cat() cat.__str__()
How come class Cat inherits the private functions __str__() and __format__()
__str__()
__format__()