Sandra L Course Part 5 (lectures 30 to 39)
Well 3 days is better than the gap between the previous entries! My plan is to work through OOP today, then start working on my next independent app project. Let's go! Start Time - 10:50 Object Oriented Programming My take - this is about the creation of 'object's which are an instance of a particular class or type. There is functionality involved in this too. Let's see the actual definition! So data vs action is a key part. Procedural oriented programming - design program with a set of instructions. I get this as procedural text types/instructions is something I've taught. Data types - strings, ints etc. but also custom ones from classes/structs Coffee machine example - A good analogy for the fact that the machine has different functions and specifications (properties). The above are the functions. Engineers build the actual machine - it has specifications. It then has the propensity for different jobs/functions. An object is a coffee m...