Vidyalelo
Python · Q18

Concept of Object Oriented Programs in Python

Programming · Python · question 18

Q18

What is the difference between a class and an object in object-oriented programming?

A.
A class is a blueprint for creating objects, while an object is an instance of a class
Answer
B.
A class is an object
C.
They are the same
D.
An object is a class

Answer: Option A

Solution

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