26. 下列何者可能為 Python 物件導向中類別宣告與繼承的首行敘述? (A) static class Son extends Father: (B) def object Son extend
問題詳情
26. 下列何者可能為 Python 物件導向中類別宣告與繼承的首行敘述? (A) static class Son extends Father: (B) def object Son extends Father: (C) class Son(Father): (D) type Son(Father):