Object-Oriented Programming

Adam Shaffer
7 min readSep 23, 2020

Brief Overview

What is object-oriented programming?

Another trick in software is to avoid rewriting the software by using a piece that’s already been written, so called component approach which the latest term for this in the most advanced form is what’s called Object-Oriented Programming.
-Bill Gates

Object-oriented programming has been around since at least the 1960s. The first generally accepted object-oriented programming language was Simula, developed in 1967. Since then, the “object-oriented paradigm”…

--

--

Adam Shaffer

A full-stack software developer who likes writing about tech.