Python中的OOP概念

时间:2011-09-27 07:14:45

标签: python oop

任何人都可以建议使用示例清楚解释Python面向对象概念的任何链接。

Data Abstraction 
Encapsulation 
Class 
Object
Datahiding
Inheritance 
Polymorphism 

1 个答案:

答案 0 :(得分:3)

这是一个很好的起点:Introduction to OOP with Python