面试题1
.简述 private、protected> public> internal 修饰符的访问权限。答.private :私有成员,在类的内部才可以访问。protected :保护成员,该类内部和继承类
面试题1