Sunday, February 15, 2015

Object-Oriented Programming (OOP)

Dear Blog,

Welcome to my first impression of Object Oriented Programming. OOP focuses on objects and methods rather than functions. It looks a lot cleaner and is much easier to read in my opinion. So far, I like object oriented programming.

I think OOP will be very useful in the world of game design. Take our assignments for example: I like that we have created general classes with sub-classes that are specific to different games. I thin OOP is a really useful, and tidy way of programming to successfully access your code and change code without messing everything up.

I agree with the write of this blog http://kurtvcsc165.blogspot.ca/ because one thing I found interesting about OOP in python is the naming of methods in classes. Private and public functions are not new to me but I found it strange that anyone could actually access your private function but putting an underscore before is just a polite way of saying "please don't touch".

I look forward to talking about my next week of class, but for now I'm on reading week. Woo-hoo!

Thanks,
J.M.

No comments:

Post a Comment