In Object-Oriented Programming (OOP), how are classes and objects related?
A: A class is an instance of an object
D: They are not related
C: They are the same thing
B: An object is an instance of a class

Programming Languages Exercises are loading ...