Vidyalelo
Python · Q19

Concept of Object Oriented Programs in Python

Programming · Python · question 19

Q19

What is a class variable in object-oriented programming?

A.
A variable shared among all instances of a class
Answer
B.
A variable within a method
C.
A built-in variable
D.
A specific data type

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board