3 - Objects & Visualization
3 - Objects & Visualization
So far we have been writing our code in a procedural manner, following a very linear and step-by-step approach. First do this, then do that.
There is another paradigm of programming that utilizes procedural programming but creates a framework of objects that can interact with each other and have properties or state just like the objects you interact with on a daily basis.