C# 封装根据具体的需要,设置使用者的访问权限,并通过 访问修饰符 来实现。
一个访问修饰符定义了定义了一个类成员的范围和可见性:
public . private . protected . internal . protected internal。