By rtwk
via w3resource.com
Published: Jan 24 2013 / 09:35
The basic idea behind an object-oriented programming (OOP) is to combine both data and associated procedures (known as methods) into a single unit which operate on the data. Such a unit is called an object. Python is an object-oriented language, everything in Python is an object.
Add your comment