Object Oriented MCQ Set 1 1. What is the term used to indicate the variable and constants of a class? a) Data members b) Variables of class c) Data characters d) Constants AnswerAnswer: a [Reason:] The variables inside a class are termed data members of the class. It is not a mandatory rule but variables…