形式为:public int Age{get;set;}
使用特点:
(1)简化代码,私有字段编译器自动生成
(2)只适合于标准属性
(3)不能添加任何业务逻辑
适用条件:
(1)不能直接操作私有字段
(2)不能使用只读,只写属性