A.internal B.protected C.private D.public E.internal protected
接口IMyInterface中只包含一個(gè)屬性MyName.該屬性滿足: 公有 可讀可寫 字符串類刑 則該接口的定義應(yīng)為()
A.interface MyInterface{string MyName{get;set;}} B.interface MyInterface{int MyName{get;set;}} C.interface MyInterface{string MyName{get{}set{}} D.interface MyInterface{string MyName{get{};set{};}
A.[Bits] B.[Tags] C.[Int32] D.[Flags]