多項選擇題下面哪些選項演示了繼承關系()

A.interface Component { } class Container extends Component{ }
B.class Father { } class son extends Father { }
C.abstract class Colorable { } class Shape extends Colorable { }
D.interface Person { } public class Employee implements Person { }


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題以下選項中關于JSP中的內(nèi)置對象敘述不正確的是()

A.request:封裝客戶端的請求,其中包含來自GET或POST請求的參數(shù)
B.response:客戶端對服務器的響應
C.application:封裝服務器運行環(huán)境的對象
D.out:輸出服務器響應的輸出流對象