Computer Science Homework Help

Object Oriented Programming Terminology Question

 

Assume Measurement is a Python class. Consider the following Python code snippet:

Which description is proper according to Object-Oriented programming terminology?

Group of answer choices

a) The class obj refers to an instance of Measurement.

b) The variable obj refers to an object that is an instance of Measurement.

c) The class obj inherits the Measurement class

d) The variable obj inherits the Measurement class.