28. Python 語言中,執行附圖程式碼後,請問選項中何者之執行結果為布林值 False? (A) type(CarA) == type(CarB) (B) CarA.name == CarB.name (C) CarA == CarB (D) CarA.run() == CarB.run()