Computer Science, asked by sharmayukta8209, 1 year ago

Is Python Object-Oriented Language ?

Answers

Answered by geektousif
1
Yes Python is a Object Oriented Programming Language ,
Answered by SohamKundu012
4

YES .

An object oriented programming refers to the type of programming where data and object are given equal importance and data is secured by hiding it .

Features are

1. Inheritance .

2. Data abstraction .

3. Encapsulation .

4. Modularity .

5. Polymorphism .

Similar questions