A.封裝 B.繼承 C.多態(tài) D.抽象
A.if B.foreach C.while D.switch
A.public enum Test{} B.public class Test{private Example example;} C.abstract class Test{} D.protected class Test{}