Which of the following best describes the relationship between a class and an object in Python?
-
A
An object is a specific, concrete realization of a class.
-
B
A class is an instance of an object.
-
C
A class and an object are interchangeable terms for the same concept.
-
D
An object is a template used to create multiple classes.