Araf Rahman


Object Orientation Ruby

In order to write complex programs, one must understand the importance of object Orientation as an essential part of programming. It helps me as a programmer to create objects and have them interact with each other. During my training, I have been working heavily with JavaScript and creating objects based off of a prototype. A good example is a prototype of a song within an album. Let’s look at the variety of properties such as a song title, artist, genre, composer, and how long the song is.

Using a constructor function helps define this prototype. The constructor function defines the different properties of the prototype.


//LEARN. LOVE. CODE.

I often think about how I arrived at this point in my life. I am a young man from south asian country, thriving within the hustle & bustle of New York City and working my way towards a degree in Computer Science. Many people would think that major is the ‘sterotype’ and but what they don’t know is that my current career path is something I have always been passionate about.