Introduction to Object Oriented Programming (1/3)
Oct 7, 2023 · 7 min read · Object Oriented Programming (or OOP in short) is a programming paradigm that emphasizes the reusability of code. In this article, we take a look at what the various programming paradigms are and develop our understanding of how OOP is used to write c...
SShreyas commented