Which of the following statements about encapsulation in Python is correct?
Questions
What does the super() function do in Python?
Instance properties and class properties have different references?
________ is the main purpose of creating a class?
A Class can have properties and methods
self refers to the instance object?
A _____ is a default function created in a class to initialize object values
Recursive functions can be memoized with what symbol?
______skips a line of code and does nothing!(hint: it's inside a while loop)