Methods Of A Class That Provide Access To Private Members Of #1142
Methods of a class that provide access to private members of the class are called as ______ and ______
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python OOPs - Python Encapsulation - Quiz No.1.
Methods of a class that provide access to private members of the class are called as ______ and ______
getters/setters
__repr__/__str__
user-defined functions/in-built functions
__init__/__del__