DEV Community

Object-Oriented Programming

Erik on December 16, 2023

"I invented the term 'object oriented' and C++ was not what I had in mind" -- Alan Kay, inventor of OOP Object-oriented programming (OOP, also obj...
Collapse
 
jeffchavez_dev profile image
Jeff Chavez

" imperative paradigm is special because it is how computers actually work, it is not made up but rather it's the natural low level paradigm with minimum abstraction that reflects the underlying nature of computers."

Wow. I like to learn more on this.