MC The __getattribute__ method executes when______ .
a) an attempt to modify a class value is made.
b) an attempt to access an attribute not in the __dict__ is made.
c) any attribute access attempt is made with the dot operator.
d) None of the above.
c) any attribute access attempt is made with the dot operator.
Computer Science & Information Technology