What is true about Object-Oriented Programming in Python? (Select two answers)
Select all that apply, then click Submit answer.
-
○
encapsulation allows you to protect some data from uncontrolled access
-
○
the arrows on a class diagram are always directed from a superclass towards its subclass
-
○
inheritance is the relation between a superclass and a subclass
-
○
an object is a recipe for a class
