Multiple choice technology programming languages

Is python an object oriented language.?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Python is a multi-paradigm language with full support for object-oriented programming including classes, inheritance, polymorphism, and encapsulation. Everything in Python is an object, including functions, modules, and primitive types.

AI explanation

Python is an object-oriented language: everything in Python, including numbers, functions, and modules, is an object, and the language fully supports classes, inheritance, encapsulation, and polymorphism. This makes "True" the correct answer.