Problem 2
What is encapsulation?
Problem 4
What are public methods? What are private methods?
Problem 7
What is the purpose of the \(_{-}\) init \(_{-}\), method? When does it execute?
Problem 8
What is the purpose of the self parameter in a method?
Problem 9
In a Python class, how do you hide an attribute from code outside the class?
Problem 14
What is an accessor method? What is a mutator method?
Problem 15
The typical UML diagram for a class has three sections. What appears in these three sections?
Problem 16
What is a problem domain?
Problem 18
How do you identify the potential classes in a problem domain description?