I’m working on a computer science question and need guidance to help me understand better.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 classd) The variable obj inherits the Measurement class.
Requirements: 1 answer | Python