Vidyalelo
Management · Q207

Management Information System (MIS)

Graduate and Post Graduate · Management · question 207

Q207

In OOPS the member functions also called _____.

A.
Variable
B.
Object
C.
Methods
Answer
D.
Class

Answer: Option C

Solution

Answer: Option C
Solution:
In OOPS the member functions also called Methods. A method in object-oriented programming (OOP) is a procedure associated with a message and an object. In class-based programming, methods are defined in a class, and objects are instances of a given class.