What Every Beginner Should Know About OOP

Kevin Gabeci
Level Up Coding
Published in
10 min readAug 17, 2020

--

Object-oriented programming is a programming model based on the concept of “objects”, which can contain data, in the form of fields, and code, in the form of procedures. A feature of objects is that an object’s own procedures can access and often modify the data fields of itself. If you are starting to learn about an OOP then these topics treated here should help you get a better understanding.

Photo by Max Duzij on Unsplash

--

--

My mission is to inspire and educate my audience through insightful and engaging content.