Object-oriented programming is the world we live in

Tom Henricksen
ITNEXT
Published in
4 min readJul 30, 2019

--

Early in my technical career, I worked as a programmer in PL/SQL. We developed solutions for many small and medium-sized companies. PL/SQL is a procedural based programming language. Everything happened inside of a procedure. I was offered to develop in Java and jumped at the chance. I thought it would be easy to develop in an object-oriented programming language.

--

--