Object-Oriented Programming

Understand the basics of object-oriented programming.

Before we start writing code, it’s important to understand object-oriented programming (OOP). We’ll be using OOP concepts throughout the development of the pipeline. However, instead of an academic examination of the topic, we’ll have a brief introduction and discuss concepts that are relevant to our work.

What is OOP?

When people hear "programming," most think of procedural programming. It’s the relatively simple model in which our code resides in function, also known as procedures. A function, as we know, is nothing more than a set of statements that are run in sequence.

Get hands-on with 1200+ tech skills courses.