Object-Oriented Programming: Themes and Variations

(ojs.aaai.org)

2 points | by todsacerdoti 6 hours ago ago

1 comments

  • yugoru 5 hours ago

    Interesting perspective, one thing that keeps surprising me is how many modern systems still end up re-discovering OOP ideas in different forms, especially when you start modeling complex real-world systems (hardware pipelines, robotics control layers, etc). The terminology changes, but the need for encapsulating behavior around state never really disappears.