Object Orientated Class is in Session

Up until recently I had been building up to Object Orientated Classes. I briefly discussed variables and functions, the building blocks of a class. While my take is a little simple I like to think of classes as custom data structures all their own. They allow you to associate any set of attributes that you… Continue reading Object Orientated Class is in Session

Overview on Primitive Data Types

I want to work my way up to classes, and I figured after talking functions it would be a good idea to step back. Primitive data types are the integers, boolean values (true, false), and so on that you typically associate with programming. There are plenty of lists on Google, so I will not get… Continue reading Overview on Primitive Data Types