05 August 2010

Built-in object type

Python has a built-in 'object' type. It is the ancestor of all built-in types and new-style classes. Just like Java Object class!

No comments: