码迷,mamicode.com
首页 > 编程语言 > 详细

Python进阶-XVIII 封装、(属性、静态方法、类方法)语法糖、反射

时间:2019-12-13 23:53:56      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:封装   ati   method   attr   property   反射   stat   att   python   

1、封装

  类中的私有化:属性的私有化和方法的私有化

 

2、属性方法

  @property语法糖的使用

3、静态方法和类方法

  1)staticmethod

  2)classmethod

4、反射

  1)getattr

  2)delattr

  3)hasattr

  4)setattr

Python进阶-XVIII 封装、(属性、静态方法、类方法)语法糖、反射

标签:封装   ati   method   attr   property   反射   stat   att   python   

原文地址:https://www.cnblogs.com/funyou/p/12037566.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!