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.
it’s hard getting back on the horse
Yeah, that’s the coding horse of course. I’ve only spent 4 or 5 months out of real coding, and I’ve forgotten most of it. Well to quantify that, most of…
virtual & override methods
So, I am looking at classes with different behaviours. And just trying to get back “on the bike” with the various keywords in the Visual C#.NET editor. Creating a new…