What is true about Object-Oriented Programming in Python? (Select two answers)
What is true about Object-Oriented Programming in Python? (Select two answers)A . encapsulation allows you to protect some data from uncontrolled accessB . the arrows on a class diagram are always directed from a superclass towards its subclassC . inheritance is the relation between a superclass and a subclassD ....