Computer Science, asked by rithish6925, 7 months ago

How can we say python is an Object Oriented Programming Language

Answers

Answered by devansh82611
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 priyojeetnaskar96
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