OOP concepts in Python
Can any one开发者_开发知识库 suggest any links where Python object oriented concepts are clearly explained with example..
Data Abstraction
Encapsulation
Class
Object
Datahiding
Inheritance
Polymorphism
Here is a good starting point: Introduction to OOP with Python.
精彩评论