Sunday, January 26, 2014

Object Oriented Programming--Python

The forth week of CSC 148 this semester is around the corner, and I've been getting more sense of Python which is one of object oriented programming languages. My understand of Object in OOP is that object includes both data and functions/methods. The instructor of ramp-up class also said that "An object is sometimes referred to as an ‘instance’ of a class."
I know that the best way to learn programming is to spend time on programming my own code basing on the instructions from the Pros and TA. So I will follow this way for the next 3 months.