Vidyalelo
Python · Q66

Concept of Object Oriented Programs in Python

Programming · Python · question 66

Q66

Methods of a class that provide access to private members of the class are called as . . . . . . . . and . . . . . . . .

A.
getters/setters
Answer
B.
__repr__/__str__
C.
user-defined functions/in-built functions
D.
__init__/__del__

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board