Q:

What Is Class In Python?

0

What Is Class In Python?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

Python supports object-oriented programming and provides almost all OOP features to use in programs. A Python class is a blueprint for creating objects. It defines member variables and gets their behavior associated with them.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Python Interview Questions and Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
How to create a class in Python?... >>
<< What are the OOPS concepts available in Python?...