42. 在 Python 中,若使用類別(class),什麼方法用於定義物件的字串表示形式? (A) __init__() (B) __str__() (C) __del__() (D) __call__()