coding

object orientated programming (OOP)

Well… yes. This might take longer than I have really. And you don’t really want to read a ten volume encyclopedia?

What is it? I thought I knew. In the halcion days of my development career, I used this programming model, without even knowing it.

Ok, well it’s a way of organising and designing software around data (objects), as opposed to just creating the functions and the procedures to do the work.

It does involve creating classes, objects, attributes, and methods. These we can see as sort of building blocks of OOP.

BUT the focus of this “brain fart”, is to state the main principles around OOP.