Programming

OOPs Concept in Python

OOPs is a highly efficient way of writing a program

Amit Chauhan
Towards AI
Published in
6 min readMay 17, 2021

--

OOPs, paradigm. A photo by Author

Introduction

Object-Oriented Programming or known as OOPs is a programming paradigm that consists of principles like abstraction, encapsulation, inheritance, modularity, and polymorphism. There are mainly 5 concepts of OOPs. Using the concept of OOPs is a highly…

--

--