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 access
B . the arrows on a class diagram are always directed from a superclass towards its
subclass
C . inheritance is the relation between a superclass and a subclass
D . an object is a recipe for a class

Answer: A,C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments