Monday, 16 February 2015

Object Oriented Programming

    Coming into CSC148 I did't know much about objects and how they were seen when coding, but as the course progresses I think i'm getting a better handle on the unique concept. If I am not mistaken, and if I refer back to the diagrams Diane would draw on the board when she explains objects in code, I think objects are chunks of memory that the computer reserves for certain data. I remember Diane would draw boxes and call them objects, and when she would refer to it she would connect the boxes with lines, and that is the design of objects that come to mind when I think of objects. All in all though, I think that knowing how objects work, the imaginary function, creation and implementation of objects are a valuable assets for computer scientists, since they can always use it when they're lost in the jungle of their own code.

   As the course progresses I hope to implant and fortify the idea of objects in my mind for future courses, but to this day i think objects are these chunks of data that reserve information and values in them, and if i am ever confused about objects and how they're data types are assembled i refer to the python visualizer

No comments:

Post a Comment