How can we say python is an Object Oriented Programming Language
Answers
Answered by
0
Answer:
Python follows Object-oriented programming paradigm. Which means that Python has classes, inheritance, and all the usual OOPs concepts with the exception of the ability to use the private keyword with variables in classes.
HOPE IT HELPS
PLS MARK ME AS BRAINLIEST
Answered by
0
Answer:
Python is a multi-paradigm programming language. Meaning, it supports different programming approaches. One of the popular approaches to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).
Explanation:
Similar questions