In object-oriented programming, what is the fundamental relationship between a class and an object?
-
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.