Python Practice Test
Python Object-Oriented Programming Basics Questions and Answers
In object-oriented programming, what is the fundamental relationship between a class and an object?
Select your answer
A
A class is an instance of an object.
B
A class is a blueprint for creating objects.
C
A class and an object are different terms for the same concept.
D
An object is a blueprint for creating classes.
Hint