What is true about Object-Oriented Programming in Python? (Select two answers)
if a real-life object can be described with a set of adjectives, they may reflect a Python object method
the same class can be used many times to build a number of objects
each object of the same class can have a different set of methods
a subclass is usually more specialized than its superclass
Submit