Dakotah Lambert

collected musings

Object-Oriented Programming

2024 Feb 21 at 01:53

What is object-oriented programming? My position is that, fundamentally, it is a style of programming that revolves around structured data (objects) that dictate their own behaviors. That is, it has very little to do with any particular language features.

more…